Fix footnotes and anchor href

This commit is contained in:
Alexis Tacnet
2017-02-24 14:50:45 +01:00
parent 74ac69fb6a
commit b89ca391a6
4 changed files with 13 additions and 4 deletions

View File

@@ -22,7 +22,7 @@
{{ range .Site.Sections }}
{{ range first 1 (where .Pages "Section" "ne" "")}}
{{ if ne .Section "blog"}}
<a href="{{ .Section | urlize }}"><li>{{ .Section }}</li></a>
<a href="{{ .Section | urlize | absURL }}"><li>{{ .Section }}</li></a>
{{ end }}
{{ end }}
{{ end }}