bunteshaus.de/themes/buha/layouts/partials/l1/links.html

7 lines
149 B
HTML
Raw Normal View History

2022-04-09 21:34:04 +02:00
{{ range .context.Pages }}
<article>
2022-04-10 00:53:31 +02:00
<a href="{{ .Params.link }}" class="underline">{{ .Params.link }}</a>
2022-04-09 21:34:04 +02:00
{{ .Title }}
</article>
{{ end }}