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-25 17:34:16 +0300
committerOlivier DOSSMANN <git@dossmann.net>2019-04-25 17:34:16 +0300
commit84a17e05154553172ea76410b590686b9d5700c9 (patch)
tree22872e5bd55dee9cc66cfad243a7406bd515872b
parent7903644905638acba43af1fbe57c578e4c4de338 (diff)
Fix missing Homepage link in directories
-rw-r--r--layouts/_default/list.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index ce17ceb..a5db26a 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -6,9 +6,7 @@
</head>
<body>
- {{ if .Site.Menus.main }}
- {{ partial "menu.html" . }}
- {{ end }}
+ {{ partial "menu.html" . }}
<aside>
{{ partial "toc.html" . }}
<hr />