diff options
author | Kirill K <kovalev.kirill.a@gmail.com> | 2017-10-10 10:24:37 +0300 |
---|---|---|
committer | Kirill K <kovalev.kirill.a@gmail.com> | 2017-10-10 10:24:37 +0300 |
commit | 277d36db50e1c1f4e2714f94c44aa2cb065244c0 (patch) | |
tree | e492b350f7d5e36ce35a67000c5b5a8a5342fa84 /pelican-bootstrap3 | |
parent | 8e5f8260de341bfa2255854ddf6f8f216adbdd85 (diff) | |
download | pelican-themes-277d36db50e1c1f4e2714f94c44aa2cb065244c0.tar.gz |
Fix VK sidear logo
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r-- | pelican-bootstrap3/templates/includes/sidebar/social.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/sidebar/social.html b/pelican-bootstrap3/templates/includes/sidebar/social.html index cca9b71..a4bdc91 100644 --- a/pelican-bootstrap3/templates/includes/sidebar/social.html +++ b/pelican-bootstrap3/templates/includes/sidebar/social.html @@ -11,7 +11,7 @@ {% 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"' %} |