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

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryyBeta <up9288yy@gmail.com>2017-04-26 14:31:18 +0300
committercoderzh <pythonzh@qq.com>2017-05-07 13:22:08 +0300
commit65044685b88e732a9837e9591fd2e2f726a0955f (patch)
tree5b9d904ff24bdd21093ac9cc8fad92e6b70d6f2e
parent00602abdce6355a822720fefeb3e85406b7d4177 (diff)
fix 'homepage' and 'about' menu display under new version hugo
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 232146e..2474224 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -11,7 +11,7 @@
<div class="navbar"><a class="navbutton navmobile" href="#" title="menu"></a></div>
<nav class="animated">
<ul>
- {{ range .Site.Menus.Main }}
+ {{ range .Site.Menus.main }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
{{ end }}
<li>