From 277d36db50e1c1f4e2714f94c44aa2cb065244c0 Mon Sep 17 00:00:00 2001 From: Kirill K Date: Tue, 10 Oct 2017 10:24:37 +0300 Subject: [PATCH] Fix VK sidear logo --- pelican-bootstrap3/templates/includes/sidebar/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican-bootstrap3/templates/includes/sidebar/social.html b/pelican-bootstrap3/templates/includes/sidebar/social.html index cca9b7105..a4bdc917a 100644 --- a/pelican-bootstrap3/templates/includes/sidebar/social.html +++ b/pelican-bootstrap3/templates/includes/sidebar/social.html @@ -11,7 +11,7 @@

{{ title(_('Social'), DISABLE_SIDEBAR_TITLE_ICONS) }}

{% else %} {% set name_sanitized = s[0]|lower|replace('+','-plus')|replace(' ','-') %} {% endif %} - {% if name_sanitized in ['flickr', 'slideshare', 'instagram', 'spotify', 'stack-overflow', 'weibo', 'line-chart', 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news', 'gitlab'] %} + {% if name_sanitized in ['flickr', 'slideshare', 'instagram', 'spotify', 'stack-overflow', 'weibo', 'line-chart', 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news', 'gitlab', 'vk'] %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ ' fa-lg"' %} {% else %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %}