Skip to content

Commit

Permalink
Update FontAwesome to 4.7.0.
Browse files Browse the repository at this point in the history
This allows use of many new icons.  Also add 'meetup' and 'vk' to the list of
icons to which '-square' should not be appended.
  • Loading branch information
chrismullins committed Dec 27, 2016
1 parent a012bc3 commit 5f7f676
Show file tree
Hide file tree
Showing 10 changed files with 3,225 additions and 576 deletions.
558 changes: 547 additions & 11 deletions pelican-bootstrap3/static/css/font-awesome.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions pelican-bootstrap3/static/css/font-awesome.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pelican-bootstrap3/static/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file modified pelican-bootstrap3/static/fonts/FontAwesome.otf
Binary file not shown.
Binary file modified pelican-bootstrap3/static/fonts/fontawesome-webfont.eot
Binary file not shown.
3,230 changes: 2,668 additions & 562 deletions pelican-bootstrap3/static/fonts/fontawesome-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pelican-bootstrap3/static/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified pelican-bootstrap3/static/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file modified pelican-bootstrap3/static/fonts/fontawesome-webfont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion pelican-bootstrap3/templates/includes/sidebar.html
Expand Up @@ -13,7 +13,7 @@
{% else %} {% else %}
{% set name_sanitized = s[0]|lower|replace('+','-plus')|replace(' ','-') %} {% set name_sanitized = s[0]|lower|replace('+','-plus')|replace(' ','-') %}
{% endif %} {% 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"' %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ ' fa-lg"' %}
{% else %} {% else %}
{% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %} {% set iconattributes = '"fa fa-' ~ name_sanitized ~ '-square fa-lg"' %}
Expand Down

0 comments on commit 5f7f676

Please sign in to comment.