Verwijderen verwijzing naar Twitter/X, zie nieuwsbericht van 2023-10-02
This commit is contained in:
parent
d4d32c7137
commit
8a4c2dd51e
|
@ -50,6 +50,5 @@ textEmptyValue = "Geen waarde 🐦"
|
|||
# Social
|
||||
mastodon_instance = "https://nluug.social/"
|
||||
mastodon_handle = "nluug"
|
||||
twitter_handle = "nluug"
|
||||
|
||||
# EOF
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in a new issue