joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/site/link/menu.html

4 lines
167 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
{{ range .Site.Data.Menu }}
<a href="{{ .URL | absLangURL }}"{{ if and ( isset . "Title" ) ( ne .Title "" ) }} title="{{ .Title }}"{{ end }}>{{ .Name }}</a>
{{ end }}