Update Font Awesome and more social icons
diff --git a/templates/base.html b/templates/base.html
index 7c7cf11..4a2a697 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,7 +16,7 @@
<script src="{{ SITEURL }}/{{ ASSET_URL }}" type="text/javascript"></script>
{% endassets%}
- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
+ <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
{% if FEED_ALL_ATOM %}
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Full Atom Feed" />
@@ -58,20 +58,25 @@
temp.endswith('.doc') or
temp.endswith('.docx') %}{% set class = 'fa-file-text' -%}
- {%- elif temp.startswith('bitbucket.org') %}{% set class = 'fa-bitbucket' %}
+ {%- elif temp.startswith('500px.com') %}{% set class = 'fa-500px' %}
+ {% elif temp.startswith('behance.net') %}{% set class = 'fa-behance' %}
+ {% elif temp.startswith('bitbucket.org') %}{% set class = 'fa-bitbucket' %}
+ {% elif temp.startswith('codepen.io') %}{% set class = 'fa-codepen' %}
{% elif temp.startswith('delicious.com') %}{% set class = 'fa-delicious' %}
{% elif temp.startswith('deviantart.com') %}{% set class = 'fa-deviantart' %}
{% elif temp.startswith('facebook.com') %}{% set class = 'fa-facebook' %}
{% elif temp.startswith('flickr.com') %}{% set class = 'fa-flickr' %}
{% elif temp.startswith('foursquare.com') %}{% set class = 'fa-foursquare' %}
{% elif temp.startswith('github.com') %}{% set class = 'fa-github' %}
+ {% elif temp.startswith('gitlab.com') %}{% set class = 'fa-gitlab' %}
{% elif temp.startswith('instagram.com') %}{% set class = 'fa-instagram' %}
{% elif temp.startswith('last.fm') %}{% set class = 'fa-lastfm' %}
{% elif temp.startswith('linkedin.com') %}{% set class = 'fa-linkedin' %}
{% elif temp.startswith('news.ycombinator.com') %}{% set class = 'fa-hacker-news' %}
{% elif temp.startswith('pinterest.com') %}{% set class = 'fa-pinterest' %}
- {% elif temp.startswith('plus.google.com') %}{% set class = 'fa-google-plus' %}
+ {% elif temp.startswith('plus.google.com') %}{% set class = 'fa-google-plus-official' %}
{% elif temp.startswith('reddit.com') %}{% set class = 'fa-reddit' %}
+ {% elif temp.startswith('snapchat.com') %}{% set class = 'fa-snapchat-ghost' %}
{% elif temp.startswith('spotify.com') %}{% set class = 'fa-spotify' %}
{% elif temp.startswith('stackoverflow.com') %}{% set class = 'fa-stack-overflow' %}
{% elif temp.startswith('steamcommunity.com') %}{% set class = 'fa-steam' %}