From 73c998cd1dac3213f954fc0ecaf8fde64c9754c3 Mon Sep 17 00:00:00 2001 From: Teo Calvo Date: Sun, 4 Feb 2024 08:32:52 -0300 Subject: [PATCH] Add twitch to author --- _config.yml | 6 ++++++ _includes/author-profile.html | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/_config.yml b/_config.yml index 32f672e..abf1e6b 100644 --- a/_config.yml +++ b/_config.yml @@ -77,6 +77,9 @@ author: - label: "LinkedIn" icon: "fab fa-fw fa-linkedin" url: "https://www.linkedin.com/in/teocalvo/" + - label: "Twitch" + icon: "fab fa-fw fa-twitch-square" + url: "https://twitch.tv/teomewhy" footer: links: @@ -92,6 +95,9 @@ footer: - label: "Linkedin" icon: "fab fa-fw fa-linkedin" url: "https://www.linkedin.com/in/teocalvo/" + - label: "Twitch" + icon: "fab fa-fw fa-twitch-square" + url: "https://twitch.tv/teomewhy" defaults: # _posts diff --git a/_includes/author-profile.html b/_includes/author-profile.html index e256ec7..a4a578f 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -72,6 +72,14 @@

{% endif %} + {% if author.twitter %} +
  • + + Twitter + +
  • + {% endif %} + {% if author.facebook %}