From 93b27294d64fa0f1bcd7ee2f67b20eabd3b44182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Tue, 13 Aug 2024 20:00:07 +0000 Subject: [PATCH] Add an RSS feed link --- _config.yml | 1 + _data/social_media.yml | 6 ++++++ _includes/masthead.html | 7 ++++++- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 4205d31..f2ed664 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ defaults: social_media: x: filiptronicek linkedin: filiptronicek + rss: feed.xml user: name: "Filip Troníček" login: filiptronicek diff --git a/_data/social_media.yml b/_data/social_media.yml index fe67d9b..93f7b20 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -3,6 +3,12 @@ behance: profile_url_prefix: https://www.behance.net/ icon_svg: ' ' +rss: + name: RSS + profile_url_prefix: "" + icon_svg: ' + ' + dribbble: name: Dribbble profile_url_prefix: https://dribbble.com/ diff --git a/_includes/masthead.html b/_includes/masthead.html index 1c07677..a2c0b15 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -32,7 +32,12 @@
{% assign service_shortname = account[0] %} {% assign service = site.data.social_media[service_shortname] %} - + {{ service.icon_svg }}{{ service.name }}
-- 2.51.2