Merge branch 'pr/13'
authorMark Otto <otto@github.com>
Sun, 11 May 2014 04:52:29 +0000 (21:52 -0700)
committerMark Otto <otto@github.com>
Sun, 11 May 2014 04:52:29 +0000 (21:52 -0700)
1  2 
404.html

diff --combined 404.html
index d05ddb0abb07e050413ef2440f41fdea1be9371b,41190842d89b43e2cb0cc8805d3baf77e5583d18..9703ba819b75698f1260c1c97b3c81356f38cb96
+++ b/404.html
@@@ -1,10 -1,9 +1,10 @@@
  ---
  layout: default
  title: "404: Page not found"
 +permalink: 404.html
  ---
  
  <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>