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

6 lines
111 B
HTML
Raw Normal View History

2022-04-09 21:34:04 +02:00
<article>
{{ range .context.Pages }}
<a href="{{ .Permalink }}">🗀 {{ .Title }}</a>
{{ end }}
</article>