aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/sidebar.html
diff options
context:
space:
mode:
authorMark Drummond <mark@markdrummond.ca>2016-05-05 15:22:04 -0400
committerMark Drummond <mark@markdrummond.ca>2016-07-16 09:59:57 -0400
commit3e9d492977fa9dfb3695a7bf84136325b0adcd84 (patch)
treebaa001a7cec01b7043398e1099f91533cab68135 /pelican-bootstrap3/templates/includes/sidebar.html
parent35cd4d9b105f3768ab2e73c0b6d41059d1cf894a (diff)
downloadpelican-themes-3e9d492977fa9dfb3695a7bf84136325b0adcd84.zip
pelican-themes-3e9d492977fa9dfb3695a7bf84136325b0adcd84.tar.gz
pelican-themes-3e9d492977fa9dfb3695a7bf84136325b0adcd84.tar.bz2
"line-chart" icon for use in "social" links list
minor edits to the README
Diffstat (limited to 'pelican-bootstrap3/templates/includes/sidebar.html')
-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 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"' %}