diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 519bbc5..7089630 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -73,32 +73,32 @@ disqusShortname = "yourdiscussshortname" [[params.social]] name = "Github" - icon = "fab fa-github" + icon = "fa fa-github" weight = 1 url = "https://github.com/johndoe/" [[params.social]] name = "Gitlab" - icon = "fab fa-gitlab" + icon = "fa fa-gitlab" weight = 2 url = "https://gitlab.com/johndoe/" [[params.social]] name = "Twitter" - icon = "fab fa-twitter" + icon = "fa fa-twitter" weight = 3 url = "https://twitter.com/johndoe/" [[params.social]] name = "LinkedIn" - icon = "fab fa-linkedin" + icon = "fa fa-linkedin" weight = 4 url = "https://www.linkedin.com/in/johndoe/" [[params.social]] name = "Medium" - icon = "fab fa-medium" + icon = "fa fa-medium" weight = 5 url = "https://medium.com/@johndoe" [[params.social]] name = "RSS" - icon = "fas fa-rss" + icon = "fa fa-rss" weight = 6 url = "https://myhugosite.com/index.xml" rel = "alternate" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 66e101a..c5a5372 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,7 +24,7 @@ {{ end }} - + {{ if .Site.IsServer }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 56e9e79..2bac40c 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,11 +5,11 @@ {{ if or .Site.Menus.main .Site.IsMultiLingual }} - +