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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-12 02:39:40 +0300
committerHanzei <hanzei@mailbox.org>2018-06-12 02:39:40 +0300
commit1086eeebf4b705d1c5fcb28e2ebd73a9207b0415 (patch)
treed76a1f2c8ef5f23ef873f534ce369d74d1ba2b41 /layouts/404.html
parentd39cbfe8688e5605fdbf44d216b906cd4161d090 (diff)
Move diffent nav files into one
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 02a2775..ad7b032 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -9,14 +9,12 @@
<!-- Everything below fades in two! -->
<div class="section {{ if .Site.Params.fadeIn }} fade-in two {{ end }}">
-
- <div class="container"><!-- Begin Nav bar -->
- {{ partial "nav-single.html" . }}
- </div><!-- End Nav bar -->
-
- <div class="container {{ if .Site.Params.fadeIn }} fade-in two {{ end }} top-pad"><!-- Begin blurb -->
+ {{ partial "nav.html" . }}
+ <!-- Begin blurb -->
+ <div class="container {{ if .Site.Params.fadeIn }} fade-in two {{ end }} top-pad">
Oops! Either you've found a bug (in which case, <a href="mailto:{{ .Site.Params.email }}">please tell me</a>) or you're just making things up. This page doesn't exist!
- </div><!-- End blurb -->
+ </div>
+ <!-- End blurb -->
<div class="container top-pad"><hr></div>
{{ partial "footer.html" . }}