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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier DOSSMANN <git@dossmann.net>2019-04-24 18:20:57 +0300
committerOlivier DOSSMANN <git@dossmann.net>2019-04-24 18:20:57 +0300
commit7903644905638acba43af1fbe57c578e4c4de338 (patch)
tree26a1995c5031473bba8a4076e7fddd062f698199
parent9cb590433fc5796b55c3504a07e6c115a6701159 (diff)
Fix problem with other pages that doesn't have the menu while "nomenubar"
-rw-r--r--layouts/_default/single.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index ce17ceb..a5db26a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,9 +6,7 @@
</head>
<body>
- {{ if .Site.Menus.main }}
- {{ partial "menu.html" . }}
- {{ end }}
+ {{ partial "menu.html" . }}
<aside>
{{ partial "toc.html" . }}
<hr />