Updated href tags to work with Jekylls "baseurl" feature
[blog] / 404.html
index 5f5b9bfecefa2c0278fd0434ad2f755ada70522e..d725f6798c8e3c548e7174e1814d4b0e461d6742 100644 (file)
--- a/404.html
+++ b/404.html
@@ -5,5 +5,5 @@ title: "404: Page not found"
 
 <div class="page">
   <h1 class="page-title">404: Page not found</h1>
-  <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
+  <p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="{{ site.baseurl }}/">Head back home</a> to try finding it again.</p>
 </div>