bunteshaus.de/themes/buha/layouts/_default/misc.html
2022-04-07 16:31:15 +02:00

13 lines
231 B
HTML

{{ define "title" }}
<h1>Orga</h1>
{{ end }}
{{ define "main" }}
{{ if site.Params.debug }}misc.html{{ end }}
<article>
{{ range .Pages }}
<a href="{{ .Permalink }}">{{ .Name }}</a><br>
{{ end }}
</article>
{{ end }}