6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/projecten/section.html

9 lines
221 B
HTML
Raw Normal View History

{{ define "main" }}
2023-05-15 19:49:58 +02:00
<h2>Projecten</h2>
{{ range $.Pages }}
<h3>{{ .Params.project.title }}</h3>
<p>{{ .Params.project.description }}</p>
<a href="{{ .RelPermalink }}">Meer informatie</a>
{{ end }}
{{ end }}