bunteshaus.de/themes/buha/layouts/partials/layout/single/links.html
2022-04-09 21:34:22 +02:00

7 lines
131 B
HTML

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