Support postfix HTML in addition to prefix HTML for navbar items

See https://gohugo.io/variables/menus/
This commit is contained in:
George Cushen 2017-11-17 09:06:13 +00:00
commit 87d24014c8

View file

@ -56,6 +56,7 @@
<a href="{{ .URL | relLangURL }}"{{ if $.IsHome }} data-target="{{ .URL }}"{{ end }}>
{{ .Pre }}
<span>{{ .Name }}</span>
{{ .Post }}
</a>
</li>