forked from Bunteshaus/bunteshaus.de
7 lines
149 B
HTML
7 lines
149 B
HTML
{{ range .context.Pages }}
|
|
<article>
|
|
<a href="{{ .Params.link }}" class="underline">{{ .Params.link }}</a>
|
|
{{ .Title }}
|
|
</article>
|
|
{{ end }}
|