mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-10 05:03:43 +01:00
5 lines
131 B
HTML
5 lines
131 B
HTML
{{ with .Site.Params.nav_links }}
|
|
{{ range . }}
|
|
<a href="{{ .link }}" title="{{ .title }}">{{ .title }}</a>
|
|
{{ end }}
|
|
{{ end }} |