6
0
Fork 0

Verwijderen verwijzing naar Twitter/X, zie nieuwsbericht van 2023-10-02

This commit is contained in:
Michael Boelen 2023-10-02 11:02:53 +02:00
parent d4d32c7137
commit 8a4c2dd51e
2 changed files with 0 additions and 4 deletions

View file

@ -50,6 +50,5 @@ textEmptyValue = "Geen waarde 🐦"
# Social
mastodon_instance = "https://nluug.social/"
mastodon_handle = "nluug"
twitter_handle = "nluug"
# EOF

View file

@ -15,9 +15,6 @@
<h2>Volg ons</h2>
<nav aria-label="Social media">
{{ if .Site.Params.twitter_handle }}
<a class="icon" href="https://twitter.com/{{ .Site.Params.twitter_handle }}">{{ partial "show-svg-icon.html" (dict "context" . "icon" "twitter" "iconsize" $iconsize_footer "alt" "Icoon van Twitter" "title" "Twitter mee") }}</a>
{{ end }}
{{ if and
(.Site.Params.mastodon_handle)
(.Site.Params.mastodon_instance)