diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-09-16 13:47:38 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-09-16 13:47:38 +0200 |
| commit | becbcee81386d18f343e4082920b641d1228c846 (patch) | |
| tree | aa1f823a7b795a9a07deb206b3effb1e0c9237bd /layouts | |
| parent | e56ebd0e995e9c3ce98d951adf1a3052aa6127b2 (diff) | |
| download | blog-becbcee81386d18f343e4082920b641d1228c846.tar.gz blog-becbcee81386d18f343e4082920b641d1228c846.zip | |
fix section menu links
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/header.html | 2 |
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> |
