diff --git a/_config.yml b/_config.yml index 6a0f721..648df4d 100644 --- a/_config.yml +++ b/_config.yml @@ -41,6 +41,7 @@ projects: # instagram: your_username # unsplash: your_username # vk: your_username + # website: http://your_website_url topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index fcf11b3..4dd5fa9 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -67,3 +67,7 @@ vk: profile_url_prefix: https://vk.com/ share_url_prefix: https://vk.com/share.php?url= icon_svg: '' + +website: + name: Website + icon_svg: '' diff --git a/_includes/masthead.html b/_includes/masthead.html index 9d56159..4736743 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -40,7 +40,7 @@
{% assign service_shortname = account[0] %} {% assign service = site.data.social_media[service_shortname] %} - + {{ service.icon_svg }}{{ service.name }}