diff options
author | Justin Mayer <entroP@gmail.com> | 2016-12-04 17:13:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-04 17:13:17 -0800 |
commit | 605c828e943caba0720e67666cc468e60322709f (patch) | |
tree | 18b0f69886021096a06ef3fd5e80650cef177c62 /pelican-bootstrap3/templates | |
parent | 7cbd5f02154fec208f3a2bba5736bf065c4a2803 (diff) | |
parent | 561ffb6de5461931d950186b4c485d06c6c38480 (diff) | |
download | pelican-themes-605c828e943caba0720e67666cc468e60322709f.tar.gz |
Merge pull request #457 from terryboon/topic-social-icons
pelican-bootstrap3: Add icons to "social" sidebar
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 c59b8f0..2698338 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', 'slideshare', 'spotify', 'stack-overflow', 'weibo', 'line-chart'] %} + {% if name_sanitized in ['flickr', 'slideshare', 'spotify', 'stack-overflow', 'weibo', 'line-chart', 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news'] %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ ' fa-lg"' %} {% else %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %} |