From eb5af4dc85c5e5de2366ef8d7aa361f7e7cea099 Mon Sep 17 00:00:00 2001 From: DoctorD90 Date: Tue, 19 Dec 2023 19:58:10 +0100 Subject: [PATCH] added support for linkedin personal and company profile --- _config.yml | 2 ++ _includes/footer.html | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/_config.yml b/_config.yml index b3914f3a3d..26b7af8df9 100644 --- a/_config.yml +++ b/_config.yml @@ -24,6 +24,8 @@ your_name : Emil Baehr your_link : https://emilbaehr.com your_city : Copenhagen email_address : emil.baehr@gmail.com +linkedin_username : +linkedin_company : facebook_username : instagram_username : ebaehr twitter_username : ebaehr diff --git a/_includes/footer.html b/_includes/footer.html index dbcc659579..816457f3b8 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,6 +4,24 @@ {% endif %}
+ {% if site.linkedin_username %} + + + + + + + {% endif %} + + {% if site.linkedin_company %} + + + + + + + {% endif %} + {% if site.facebook_username %}