6
0
Fork 0

Toevoegen contact-mogelijkheid en verdere opmaak

This commit is contained in:
Michael Boelen 2023-05-08 12:08:57 +02:00
parent fd43bcb22e
commit 7777016af5

View file

@ -1,6 +1,12 @@
{{ define "main" }} {{ define "main" }}
{{ .Content }} {{ .Content }}
{{ if .Params.contact_email }}
<h2>Contact</h2>
<p>Wil je iets weten of heb je een suggestie voor dit team?</p>
<a href="mailto:{{ .Params.contact_email }}" class="button">Neem contact op</a>
{{ end }}
<h2>Team</h2> <h2>Team</h2>
<div style="display: grid;grid-template-columns: 1fr 1fr 1fr;column-gap: 5px;"> <div style="display: grid;grid-template-columns: 1fr 1fr 1fr;column-gap: 5px;">
@ -19,4 +25,6 @@
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>
{{ end }} {{ end }}