From 517629f57582eaad079ed167d5fc70862b4c67ee Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 15 May 2023 21:57:57 +0200 Subject: [PATCH] Links en iconen voor social media toevoegen en corrigeren --- config/_default/params.toml | 6 ++++++ themes/nluug/layouts/partials/footer.html | 20 +++++++++++++++----- themes/nluug/layouts/person/single.html | 8 ++++---- 3 files changed, 25 insertions(+), 9 deletions(-) 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 @@