nicely render project links on section page

This commit is contained in:
Jef Roosens 2024-06-06 10:24:56 +02:00
parent 323b9e2e3c
commit 4374c7f280
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
8 changed files with 56 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
<header id="links">
<nav>
<ul>
{{ range .Page.Params.links -}}
@ -9,6 +10,7 @@
{{- end }}
</ul>
</nav>
</header>
{{ .Content }}