diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b42f6..bb074c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Fixed issue where if a dropdown menu was the last item in the menu bar, it did not have a proper margin on the right - Add social network link: Mastodon (#646) +- Add social share: VK ## v3.0.0 2020-05-07 diff --git a/_config.yml b/_config.yml index 89ad35a..d49b872 100644 --- a/_config.yml +++ b/_config.yml @@ -66,6 +66,7 @@ share-links-active: twitter: true facebook: true linkedin: true + vk: false # How to display the link to your website in the footer # Remove this if you don't want a link in the footer diff --git a/_includes/social-share.html b/_includes/social-share.html index aef0729..2091c88 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -34,6 +34,14 @@ {% endif %} + {% if site.share-links-active.vk %} + + + VK + + {% endif %} + {% endif %}