diff --git a/config/_default/params.toml b/config/_default/params.toml index c9d0a0c..953147c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -13,8 +13,14 @@ logo = "/assets/favicon.ico" # Grootte van iconen (SVG-bestanden) zoals van social media smallIconSize = 16 +mediumIconSize = 32 # Kanarie: Deze tekst (en vogel) gebruiken we om lege waardes op te sporen in output textNoTitle = "Geen titel 🐦" +# Social +mastodon_instance = "https://nluug.social/" +mastodon_handle = "nluug" +twitter_handle = "nluug" + # EOF diff --git a/themes/nluug/layouts/partials/footer.html b/themes/nluug/layouts/partials/footer.html index 037e330..717ce7e 100644 --- a/themes/nluug/layouts/partials/footer.html +++ b/themes/nluug/layouts/partials/footer.html @@ -1,14 +1,24 @@