_includes/social-share.html in beautiful-jekyll-theme-3.0.0 vs _includes/social-share.html in beautiful-jekyll-theme-4.0.0
- old
+ new
@@ -32,8 +32,16 @@
<span class="fab fa-fw fa-linkedin" aria-hidden="true"></span>
<span class="sr-only">LinkedIn</span>
</a>
{% endif %}
+ {% if site.share-links-active.vk %}
+ <a href="https://vk.com/share.php?url={{ page.url | absolute_url | url_encode }}"
+ class="btn btn-social-icon btn-vk" title="Share on VK">
+ <span class="fab fa-fw fa-vk" aria-hidden="true"></span>
+ <span class="sr-only">VK</span>
+ </a>
+ {% endif %}
+
</section>
{% endif %}