Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Simoni <miguel.simoni@gmail.com>2019-12-27 17:16:26 +0300
committerGitHub <noreply@github.com>2019-12-27 17:16:26 +0300
commit39006b54ea9bf6c2d23a1a9dca47912298359039 (patch)
treed0244a47770168a67a031b48f1574ddd28c784fc /exampleSite
parentdb720ea020cfac41d253a40e8cf7088b275aaaae (diff)
parent34878ab4678f503cb0e9e6a3020214c444de4916 (diff)
Merge pull request #20 from niklaas/ftr/fontawesome5
Upgrades to Font Awesome 5 (SVG + JS)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ab70c0c..ab91d86 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -49,56 +49,56 @@ publishDir = "docs"
[[params.social]]
title = "facebook"
url = "https://www.facebook.com/nickname"
- icon = "fa-facebook-square"
+ icon = "fab fa-facebook-square"
footer = true
sharethis = true
network = "facebook"
[[params.social]]
title = "twitter"
url = "https://twitter.com/nickname"
- icon = "fa-twitter-square"
+ icon = "fab fa-twitter-square"
footer = true
sharethis = true
network = "twitter"
[[params.social]]
title = "instagram"
url = "https://www.instagram.com/nickname"
- icon = "fa-instagram"
+ icon = "fab fa-instagram"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "google+"
url = "https://plus.google.com/+nickname"
- icon = "fa-google-plus-square"
+ icon = "fab fa-google-plus-square"
footer = false
sharethis = true
network = "googleplus"
[[params.social]]
title = "linkedin"
url = "https://www.linkedin.com/in/nickname"
- icon = "fa-linkedin-square"
+ icon = "fab fa-linkedin"
footer = false
sharethis = true
network = "linkedin"
[[params.social]]
title = "tumblr"
url = "https://nickname.tumblr.com"
- icon = "fa-tumblr-square"
+ icon = "fab fa-tumblr-square"
footer = false
sharethis = false
network = "tumblr"
[[params.social]]
title = "github"
url = "https://github.com/nickname"
- icon = "fa-github"
+ icon = "fab fa-github"
footer = true
sharethis = false
network = ""
[[params.social]]
title = "email"
url = "mailto:some.email@somewhere.com"
- icon = "fa-envelope"
+ icon = "fas fa-envelope-square"
footer = false
sharethis = true
network = "email"