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 }}