From ac7af403e407cebcc46a46dcaca07c38c5681bdf Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Tue, 17 Mar 2020 07:37:28 +0300 Subject: [PATCH] add micro.blog social option --- exampleSite/config.toml | 1 + layouts/partials/footer/font-awesome-js.html | 2 +- layouts/partials/sidebar/social.html | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7850c4e..bb4d64c 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -50,6 +50,7 @@ theme = "hyde-hyde" linkedin = "" twitter = "" facebook = "" + microblog = "" stackoverflow = "" telegram = "" # orcid = "" diff --git a/layouts/partials/footer/font-awesome-js.html b/layouts/partials/footer/font-awesome-js.html index c215d65..a92a75a 100644 --- a/layouts/partials/footer/font-awesome-js.html +++ b/layouts/partials/footer/font-awesome-js.html @@ -1 +1 @@ - + diff --git a/layouts/partials/sidebar/social.html b/layouts/partials/sidebar/social.html index a1ac5d5..337934f 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -2,6 +2,9 @@ {{ with .Site.Params.social.twitter }} {{ end }} + {{ with .Site.Params.social.microblog }} + + {{ end }} {{ with .Site.Params.social.facebook }} {{ end }}