6
0
Fork 0

Support voor meerdere websites

This commit is contained in:
Michael Boelen 2023-05-08 09:51:38 +02:00
parent 3942e017ac
commit a1b5aca478

View file

@ -7,7 +7,11 @@
<h3>Contact</h3> <h3>Contact</h3>
<ul> <ul>
{{ if .email }}<li>E-mail: {{ .email }}</li>{{ end }} {{ if .email }}<li>E-mail: {{ .email }}</li>{{ end }}
{{ if .website }}<li><a href="{{ .website.url }}" rel="nofollow">{{ .website.name }}</a></li>{{ end }} {{ if .websites }}
{{ range .websites }}
<li><a href="{{ .url }}" rel="nofollow">{{ .name }}</a></li>
{{ end }}
{{ end }}
</ul> </ul>
<h3>Social media</h3> <h3>Social media</h3>
{{ if .social.mastodon }}<a href="{{ .social.mastodon_url }}">{{ .social.mastodon }}</a>{{ end }} {{ if .social.mastodon }}<a href="{{ .social.mastodon_url }}">{{ .social.mastodon }}</a>{{ end }}