revuoxmrtheme/layouts/partials/nav_links.html

5 lines
141 B
HTML
Raw Normal View History

2024-07-02 15:03:13 -07:00
{{ with .Site.Params.nav_links }}
{{ range . }}
2024-07-03 12:15:11 -07:00
<a href="{{ .link | safeURL }}" title="{{ .title }}">{{ .title }}</a>
2024-07-02 15:03:13 -07:00
{{ end }}
{{ end }}