Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/layouts/404.html b/layouts/404.html
index fa59383..0a58c13 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -9,10 +9,12 @@
{{ partial "pagenav.html" . }}
<h1 class="post-title">404</h1>
</header>
- <section>
- <h2>Whoops.</h2>
- <p>
- The page you were looking for doesn't exist. Would you like to <a href="{{ .Site.BaseURL }}">go to the home page</a>?
- </p>
- </section>
+ <div id="content">
+ <section>
+ <h2>Whoops.</h2>
+ <p>
+ The page you were looking for doesn't exist. Would you like to <a href="{{ .Site.BaseURL }}">go to the home page</a>?
+ </p>
+ </section>
+ </div>
{{ partial "footer.html" . }}