bunteshaus.de/themes/buha/layouts/partials/layout/single/links.html

7 lines
131 B
HTML
Raw Normal View History

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