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

7 lines
149 B
HTML

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