From c735172f412aa891bff175fd74135c7a9cbf8aa2 Mon Sep 17 00:00:00 2001 From: "Tim.Cieplowski" Date: Sun, 9 Jun 2019 08:13:08 -0400 Subject: Update Font Awesome CDN to 5.9.0 --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 9e1e4ce..9cb9c19 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -27,7 +27,7 @@ - + -- cgit v1.2.3 From fef095af788816dbc27f040ca98eee3df6b60c1c Mon Sep 17 00:00:00 2001 From: "Tim.Cieplowski" Date: Sun, 9 Jun 2019 08:32:53 -0400 Subject: Update social icons to Font Awesome 5 --- layouts/partials/social.html | 58 ++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 53085db..f1cc534 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -4,7 +4,7 @@ {{ if .OutputFormats.Get "RSS" }}
  • RSS + class="fas fa-rss">RSS
  • {{ end }} @@ -12,37 +12,37 @@ {{ with .Site.Social.twitter }}
  • - Twitter + Twitter
  • {{ end }} {{ with .Site.Social.gnusocial }}
  • - GNU social + GNU social
  • {{ end }} {{ with .Site.Social.facebook }}
  • - Facebook + Facebook
  • {{ end }} {{ with .Site.Social.googleplus }}
  • - Google+ + Google+
  • {{ end }} {{ with .Site.Social.weibo }}
  • - Weibo + Weibo
  • {{ end }} {{ with .Site.Social.tumblr }}
  • - Tumblr + Tumblr
  • {{ end }} @@ -50,49 +50,49 @@ {{ with .Site.Social.instagram }}
  • - Instagram + Instagram
  • {{ end }} {{ with .Site.Social.flickr }}
  • - Flickr + Flickr
  • {{ end }} {{ with .Site.Social.photo500px }}
  • - 500px + 500px
  • {{ end }} {{ with .Site.Social.pinterest }}
  • - Pinterest + Pinterest
  • {{ end }} {{ with .Site.Social.youtube }}
  • - YouTube + YouTube
  • {{ end }} {{ with .Site.Social.vimeo }}
  • - Vimeo + Vimeo
  • {{ end }} {{ with .Site.Social.vine }}
  • - Vine + Vine
  • {{ end }} {{ with .Site.Social.slideshare }}
  • - SlideShare + SlideShare
  • {{ end }} @@ -100,13 +100,13 @@ {{ with .Site.Social.linkedin }}
  • - LinkedIn + LinkedIn
  • {{ end }} {{ with .Site.Social.xing }}
  • - Xing + Xing
  • {{ end }} @@ -114,13 +114,13 @@ {{ with .Site.Social.reddit }}
  • - Reddit + Reddit
  • {{ end }} {{ with .Site.Social.hackernews }}
  • - Hacker News + Hacker News
  • {{ end }} @@ -128,31 +128,31 @@ {{ with .Site.Social.github }}
  • - GitHub + GitHub
  • {{ end }} {{ with .Site.Social.gitlab }}
  • - GitLab + GitLab
  • {{ end }} {{ with .Site.Social.bitbucket }}
  • - Bitbucket + Bitbucket
  • {{ end }} {{ with .Site.Social.stackoverflow }}
  • - Stack Overflow + Stack Overflow
  • {{ end }} {{ with .Site.Social.serverfault }}
  • - Server Fault + Server Fault
  • {{ end }} @@ -160,13 +160,13 @@ {{ with .Site.Social.steam }}
  • - Steam + Steam
  • {{ end }} {{ with .Site.Social.mobygames }}
  • - MobyGames + MobyGames
  • {{ end }} @@ -174,13 +174,13 @@ {{ with .Site.Social.lastfm }}
  • - Last.fm + Last.fm
  • {{ end }} {{ with .Site.Social.discogs }}
  • - Discogs + Discogs
  • {{ end }} @@ -188,7 +188,7 @@ {{ with .Site.Social.keybase }}
  • - Keybase + Keybase
  • {{ end }} -- cgit v1.2.3 From c7a8ecb22d734fe87dd0bd67059ccb52783e448e Mon Sep 17 00:00:00 2001 From: "Tim.Cieplowski" Date: Sun, 9 Jun 2019 08:36:36 -0400 Subject: update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6959c8..653dff9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Blackburn is a clear and responsive theme for [Hugo](//gohugo.io). * Client-side syntax highlighting by [Highlight.js](//highlightjs.org) (v9.12.0) * Web analytics by Google Analytics * Comments by Disqus -* Icons by Font Awesome (v4.7.0) +* Icons by Font Awesome (v5.9.0) ## Demo -- cgit v1.2.3