diff options
author | Justin Mayer <entroP@gmail.com> | 2017-09-04 11:18:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-04 11:18:43 -0700 |
commit | 7adcf67c02df99da3cdc8e881843ae443bcf5e34 (patch) | |
tree | ab828c72aa4f2b5dabefc8d7cb583df6d14b9ac3 /pelican-bootstrap3 | |
parent | d83dfa09898749574e0cf454bce77bacbe3f4a09 (diff) | |
parent | c6b9d6610a7fa9ce89ccd4a28f6c8b19f7cf27c9 (diff) | |
download | pelican-themes-7adcf67c02df99da3cdc8e881843ae443bcf5e34.tar.gz |
Merge pull request #513 from offdutypirate/add-gitlab-non-square
Pelican-Bootstrap3: Add GitLab to non-square icon list
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r-- | pelican-bootstrap3/templates/includes/sidebar/social.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/includes/sidebar/social.html b/pelican-bootstrap3/templates/includes/sidebar/social.html index 3b768db..cca9b71 100644 --- a/pelican-bootstrap3/templates/includes/sidebar/social.html +++ b/pelican-bootstrap3/templates/includes/sidebar/social.html @@ -11,7 +11,7 @@ {% else %} {% set name_sanitized = s[0]|lower|replace('+','-plus')|replace(' ','-') %} {% endif %} - {% if name_sanitized in ['flickr', 'slideshare', 'instagram', 'spotify', 'stack-overflow', 'weibo', 'line-chart', 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news'] %} + {% if name_sanitized in ['flickr', 'slideshare', 'instagram', 'spotify', 'stack-overflow', 'weibo', 'line-chart', 'home', 'user', 'users', 'envelope', 'envelope-o', 'stack-exchange', 'hacker-news', 'gitlab'] %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ ' fa-lg"' %} {% else %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %} |