revuoxmrtheme/layouts/partials/nav_links.html

5 lines
141 B
HTML
Raw Normal View History

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