summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-09-16 13:47:38 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-09-16 13:47:38 +0200
commitbecbcee81386d18f343e4082920b641d1228c846 (patch)
treeaa1f823a7b795a9a07deb206b3effb1e0c9237bd /layouts
parente56ebd0e995e9c3ce98d951adf1a3052aa6127b2 (diff)
downloadblog-becbcee81386d18f343e4082920b641d1228c846.tar.gz
blog-becbcee81386d18f343e4082920b641d1228c846.zip
fix section menu links
Diffstat (limited to 'layouts')
-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 262314a..4a6756e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -22,7 +22,7 @@
<div class="row">
{{ range .Site.Menus.main }}
<div class="one-half column">
- <a class="button" href="/{{ .URL }}/">{{ .Name }}</a>
+ <a class="button" href="{{ .URL }}">{{ .Name }}</a>
</div>
{{ end }}
</div>