diff options
author | Neville Li <neville@spotify.com> | 2016-05-26 13:11:45 -0400 |
---|---|---|
committer | Neville Li <neville@spotify.com> | 2016-05-26 13:11:45 -0400 |
commit | 6aa0a273e22b277ddbe855794d28ee7351b73319 (patch) | |
tree | 58f20ef80815314e96dc926fb419d255c842a85f /pelican-bootstrap3/templates/includes/sidebar.html | |
parent | ccb8efc064dff0cc24fe715d8f83e33e061c64de (diff) | |
download | pelican-themes-6aa0a273e22b277ddbe855794d28ee7351b73319.tar.gz |
add slideshare to non-square icon list
Diffstat (limited to 'pelican-bootstrap3/templates/includes/sidebar.html')
-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"' %} |