diff --git a/themes/nluug/layouts/partials/footer.html b/themes/nluug/layouts/partials/footer.html index b685244..2f72412 100644 --- a/themes/nluug/layouts/partials/footer.html +++ b/themes/nluug/layouts/partials/footer.html @@ -16,18 +16,18 @@ {{ with .Site.Params.twitter_handle }} - {{- partial "show-svg-icon.html" (dict "context" . "icon" "twitter" "iconsize" $iconsize_footer) -}} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "twitter" "iconsize" $iconsize_footer "title" "Twitter mee") }} {{ end }} {{ if and (.Site.Params.mastodon_handle) (.Site.Params.mastodon_instance) }} - {{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer) }} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "mastodon" "iconsize" $iconsize_footer "title" "Toots van NLUUG") }} {{ end }} - {{ partial "show-svg-icon.html" (dict "context" . "icon" "linkedin" "iconsize" $iconsize_footer) }} - {{ partial "show-svg-icon.html" (dict "context" . "icon" "meetup" "iconsize" $iconsize_footer) }} - {{ partial "show-svg-icon.html" (dict "context" . "icon" "rss" "iconsize" $iconsize_footer) }} - {{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer) }} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "linkedin" "iconsize" $iconsize_footer "title" "Vind ons op LinkedIn") }} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "meetup" "iconsize" $iconsize_footer "title" "Bekijk onze geplande evenementen") }} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "rss" "iconsize" $iconsize_footer "title" "RSS-feed voor nieuwsberichten") }} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "database" "iconsize" $iconsize_footer "title" "JSON Feed voor actueel nieuws") }}