cedaei.com/themes/paperesque/layouts/partials/right-links.html

10 lines
237 B
HTML

<ul class="list-unstyled right-links">
{{ range .Site.Params.TopMenu }}
<li>
<a href="{{ .url | relURL }}">
<span class="post-title">{{ .name }}</span>
</a>
</li>
{{ end }}
</ul>