Support voor meerdere websites
This commit is contained in:
parent
3942e017ac
commit
a1b5aca478
|
@ -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 }}
|
||||||
|
|
Reference in a new issue