mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
Support postfix HTML in addition to prefix HTML for navbar items
See https://gohugo.io/variables/menus/
This commit is contained in:
parent
f850046dc6
commit
87d24014c8
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
<a href="{{ .URL | relLangURL }}"{{ if $.IsHome }} data-target="{{ .URL }}"{{ end }}>
|
||||
{{ .Pre }}
|
||||
<span>{{ .Name }}</span>
|
||||
{{ .Post }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue