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

13 lines
332 B
HTML

{{ if ne .context.Content "" }}
<section>
{{ partial "snippets/content" (dict "content" .context.Content) }}
</section>
{{ end }}
{{ range .context.Pages }}
<section>
<a href="{{ .Params.link }}" class="underline">{{ .Params.link }}</a><br>
{{ .Title }}<br>
<br>
</section>
{{ end }}