diff options
author | Jon Moore <offdutypirate@users.noreply.github.com> | 2017-05-12 16:47:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-12 16:47:52 -0500 |
commit | c6b9d6610a7fa9ce89ccd4a28f6c8b19f7cf27c9 (patch) | |
tree | 4b5853c3733a095e3f9e5e66e336aa3132fcc26a /pelican-bootstrap3 | |
parent | 0ebdfd9c8851ba500f7f98664cad56cf44fdcd7e (diff) | |
download | pelican-themes-c6b9d6610a7fa9ce89ccd4a28f6c8b19f7cf27c9.tar.gz |
Add gitlab to non-square icon in pelican-bootstrap3
This commit adds gitlab to the list of non-square icons in
pelican-bootstrap3.
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"' %} |