diff options
author | Mark Drummond <mark@markdrummond.ca> | 2016-05-05 15:22:04 -0400 |
---|---|---|
committer | Mark Drummond <mark@markdrummond.ca> | 2016-07-16 09:59:57 -0400 |
commit | 3e9d492977fa9dfb3695a7bf84136325b0adcd84 (patch) | |
tree | baa001a7cec01b7043398e1099f91533cab68135 /pelican-bootstrap3/templates/includes | |
parent | 35cd4d9b105f3768ab2e73c0b6d41059d1cf894a (diff) | |
download | pelican-themes-3e9d492977fa9dfb3695a7bf84136325b0adcd84.tar.gz |
"line-chart" icon for use in "social" links list
minor edits to the README
Diffstat (limited to 'pelican-bootstrap3/templates/includes')
-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 d6c3579..c59b8f0 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'] %} + {% if name_sanitized in ['flickr', 'slideshare', 'spotify', 'stack-overflow', 'weibo', 'line-chart'] %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ ' fa-lg"' %} {% else %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %} |