aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeville Li <neville@spotify.com>2016-05-26 13:11:45 -0400
committerNeville Li <neville@spotify.com>2016-05-26 13:11:45 -0400
commit6aa0a273e22b277ddbe855794d28ee7351b73319 (patch)
tree58f20ef80815314e96dc926fb419d255c842a85f
parentccb8efc064dff0cc24fe715d8f83e33e061c64de (diff)
downloadpelican-themes-6aa0a273e22b277ddbe855794d28ee7351b73319.zip
pelican-themes-6aa0a273e22b277ddbe855794d28ee7351b73319.tar.gz
pelican-themes-6aa0a273e22b277ddbe855794d28ee7351b73319.tar.bz2
add slideshare to non-square icon list
-rw-r--r--pelican-bootstrap3/templates/includes/sidebar.html2
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"' %}