diff options
author | Justin Mayer <entroP@gmail.com> | 2016-06-21 13:46:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 13:46:11 -0600 |
commit | 85ee546cc377f55f49f07577629f41c66e5ea6f2 (patch) | |
tree | aaedd8ccaaf0dc4e0ba2bd3ea7c811d967687d9b /pelican-bootstrap3/templates | |
parent | b4c8d04998ff2d7b10cc8d46e4940de6ac94ae15 (diff) | |
parent | 6aa0a273e22b277ddbe855794d28ee7351b73319 (diff) | |
download | pelican-themes-85ee546cc377f55f49f07577629f41c66e5ea6f2.tar.gz |
Merge pull request #393 from nevillelyh/master
pelican-bootstrap3: Add slideshare to non-square icon list
Diffstat (limited to 'pelican-bootstrap3/templates')
-rw-r--r-- | pelican-bootstrap3/templates/includes/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/sidebar.html b/pelican-bootstrap3/templates/includes/sidebar.html index ea4134d..d6c3579 100644 --- a/pelican-bootstrap3/templates/includes/sidebar.html +++ b/pelican-bootstrap3/templates/includes/sidebar.html @@ -13,7 +13,7 @@ {% else %} {% set name_sanitized = s[0]|lower|replace('+','-plus')|replace(' ','-') %} {% endif %} - {% if name_sanitized in ['flickr', 'spotify', 'stack-overflow', 'weibo'] %} + {% if name_sanitized in ['flickr', 'slideshare', 'spotify', 'stack-overflow', 'weibo'] %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ ' fa-lg"' %} {% else %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %} |