diff --git a/_config.yml b/_config.yml index 9f6c7e5..1c4891f 100644 --- a/_config.yml +++ b/_config.yml @@ -38,7 +38,7 @@ projects: # twitter: your_username # youtube: your_username # vk: your_username - # web: http://your_website + # website: http://your_website_url topics: - name: CSS diff --git a/_data/social_media.yml b/_data/social_media.yml index 417ee84..19dbfd7 100644 --- a/_data/social_media.yml +++ b/_data/social_media.yml @@ -53,7 +53,6 @@ vk: share_url_prefix: https://vk.com/share.php?url= icon_svg: '' -web: - name: Web Site - 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 }}