Toevoegen ondersteuning tbv (lopende) projecten
This commit is contained in:
parent
68eb58e7aa
commit
45106ad319
3 changed files with 39 additions and 4 deletions
7
themes/nluug/layouts/projecten/section.html
Normal file
7
themes/nluug/layouts/projecten/section.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<h2>Open projecten</h2>
|
||||
{{ range $.Site.Data.projecten.open }}
|
||||
<h3>{{ .name }}</h3>
|
||||
<p>{{ .description }}</p>
|
||||
{{ end }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue