413a86277b
also subtracted '/tabs/' from the tabs path
21 lines
456 B
HTML
21 lines
456 B
HTML
---
|
|
layout: page
|
|
title: "404: Page not found"
|
|
permalink: /404.html
|
|
|
|
redirect_from:
|
|
- /norobots/
|
|
- /assets/
|
|
- /posts/
|
|
|
|
dynamic_title: true
|
|
---
|
|
|
|
<div class="lead">
|
|
<p>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. </p>
|
|
<p>
|
|
<a href="{{ '/' | relative_url }}">Head back Home</a>
|
|
to try finding it again, or search for it on the
|
|
<a href="{{ 'archives' | relative_url }}">Archives page</a>.
|
|
</p>
|
|
</div>
|