diff options
author | Christopher Mullins <christopherrmullins@gmail.com> | 2016-12-27 15:50:05 -0500 |
---|---|---|
committer | Christopher Mullins <christopherrmullins@gmail.com> | 2016-12-27 15:50:05 -0500 |
commit | 5f7f67603445fb586a5cc1591f1e6f6b847c4531 (patch) | |
tree | f705c4954e12c80e117c0e397911adb883fae66d /pelican-bootstrap3/templates/includes/sidebar.html | |
parent | a012bc33eee7baa287cfea3cff1382606750e38c (diff) | |
download | pelican-themes-5f7f67603445fb586a5cc1591f1e6f6b847c4531.tar.gz |
Update FontAwesome to 4.7.0.
This allows use of many new icons. Also add 'meetup' and 'vk' to the list of
icons to which '-square' should not be appended.
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 57e345e..c4ad1d4 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', 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news'] %} + {% if name_sanitized in ['flickr', 'slideshare', 'spotify', 'stack-overflow', 'weibo', 'line-chart', 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news', 'meetup', 'vk'] %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ ' fa-lg"' %} {% else %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %} |