bunteshaus.de/themes/buha/layouts/partials/layout/lists/section_list.html

6 lines
111 B
HTML

<article>
{{ range .context.Pages }}
<a href="{{ .Permalink }}">🗀 {{ .Title }}</a>
{{ end }}
</article>