diff --git a/_data/SocialNetworks.yml b/_data/SocialNetworks.yml index 78e86d9..11c070b 100644 --- a/_data/SocialNetworks.yml +++ b/_data/SocialNetworks.yml @@ -4,88 +4,89 @@ # name: Specify a user-friendly name that will be used as a link title # urlTemplate: Define a URL template. The variable {value} will be replaced # with the value of site.social-network-links. -# icon: Specify a valid fontawesome icon class +# icon: Specify valid fontawesome icon classes (style + icon), +# e.g. "fab fa-github" or "fas fa-rss" facebook: name: "Facebook" urlTemplate: "https://www.facebook.com/{value}" - icon: "fa-facebook" + icon: "fab fa-facebook" github: name: "GitHub" urlTemplate: "https://github.com/{value}" - icon: "fa-github" + icon: "fab fa-github" twitter: name: "Twitter" urlTemplate: "https://twitter.com/{value}" - icon: "fa-twitter" + icon: "fab fa-twitter" reddit: name: "Reddit" urlTemplate: "https://reddit.com/u/{value}" - icon: "fa-reddit" + icon: "fab fa-reddit" email: name: "Email me" urlTemplate: "mailto:{value}" - icon: "fa-envelope" + icon: "fas fa-envelope" linkedin: name: "LinkedIn" urlTemplate: "https://linkedin.com/in/{value}" - icon: "fa-linkedin" + icon: "fab fa-linkedin" xing: name: "Xing" urlTemplate: "https://www.xing.com/profile/{value}" - icon: "fa-xing" + icon: "fab fa-xing" stackoverflow: name: "StackOverflow" urlTemplate: "https://stackoverflow.com/users/{value}" - icon: "fa-stack-overflow" + icon: "fab fa-stack-overflow" snapchat: name: "Snapchat" urlTemplate: "https://www.snapchat.com/add/{value}" - icon: "fa-snapchat-ghost" + icon: "fab fa-snapchat-ghost" instagram: name: "Instagram" urlTemplate: "https://www.instagram.com/{value}" - icon: "fa-instagram" + icon: "fab fa-instagram" youtube: name: "YouTube" urlTemplate: "https://www.youtube.com/{value}" - icon: "fa-youtube" + icon: "fab fa-youtube" spotify: name: "Spotify" urlTemplate: "https://open.spotify.com/user/{value}" - icon: "fa-spotify" + icon: "fab fa-spotify" telephone: name: "Phone" urlTemplate: "tel:{value}" - icon: "fa-phone" + icon: "fas fa-phone" rss: name: "RSS" - icon: "fa-rss" + icon: "fas fa-rss" steam: name: "Steam" urlTemplate: "https://steamcommunity.com/id/{value}" - icon: "fa-steam" + icon: "fab fa-steam" twitch: name: "Twitch" urlTemplate: "https://www.twitch.tv/{value}" - icon: "fa-twitch" + icon: "fab fa-twitch" yelp: name: "Yelp" urlTemplate: "https://{value}.yelp.com" - icon: "fa-yelp" + icon: "fab fa-yelp" diff --git a/_includes/footer.html b/_includes/footer.html index 9e74a09..0d34afd 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -16,8 +16,8 @@
  • {{ element.name }} diff --git a/_includes/social-share.html b/_includes/social-share.html index 6cfe176..1e353b9 100644 --- a/_includes/social-share.html +++ b/_includes/social-share.html @@ -14,7 +14,7 @@ - + Twitter {% endif %} @@ -23,7 +23,7 @@ - + Facebook {% endif %} @@ -32,7 +32,7 @@ - + LinkedIn {% endif %} diff --git a/_layouts/base.html b/_layouts/base.html index fc28fb0..02750e7 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -4,7 +4,7 @@ common-css: - "/css/bootstrap-social.css" - "/css/main.css" common-ext-css: - - "//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css" + - "//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" common-googlefonts: - "Lora:400,700,400italic,700italic" - "Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" diff --git a/tags.html b/tags.html index b42ef87..2c1c949 100644 --- a/tags.html +++ b/tags.html @@ -11,13 +11,13 @@ title: 'Tag Index' {%- assign tags_list = site_tags | split:',' | sort -%} {%- for tag in tags_list -%} -  {{- tag -}} ({{site.tags[tag].size}}) +  {{- tag -}} ({{site.tags[tag].size}}) {%- endfor -%}
    {%- for tag in tags_list -%}

    - +  {{- tag -}} ({{site.tags[tag].size}})