forked from Bunteshaus/bunteshaus.de
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
<article>
|
|
{{ range .context.Pages }}
|
|
<a href="{{ .Permalink }}">🗀 {{ .Title }}</a>
|
|
{{ end }}
|
|
</article>
|