diff options
author | Justin Mayer <entroP@gmail.com> | 2017-10-10 06:52:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-10 06:52:31 -0700 |
commit | d3856528cfb8610589046092f69741084f6cec44 (patch) | |
tree | e492b350f7d5e36ce35a67000c5b5a8a5342fa84 /pelican-bootstrap3/templates/includes | |
parent | 5dcc71d951f1fa6706e47510e0e8cb87b73d5039 (diff) | |
parent | 277d36db50e1c1f4e2714f94c44aa2cb065244c0 (diff) | |
download | pelican-themes-d3856528cfb8610589046092f69741084f6cec44.tar.gz |
Merge pull request #559 from agrrh/add-custom-js-to-pelican-bootstrap3
pelican-bootstrap3: add CUSTOM_JS var based on CUSTOM_CSS
Diffstat (limited to 'pelican-bootstrap3/templates/includes')
-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"' %} |