From f07b91d5a279428c2ebed55d29d5939711b66717 Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Mon, 16 Mar 2020 23:56:18 +0300 Subject: [PATCH] add ORCiD social link --- 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 05db08a..6601ca7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -51,6 +51,7 @@ theme = "hyde-hyde" facebook = "" stackoverflow = "" telegram = "" + # orcid = "" email = "your-email@example.com" # gravatar = "your-email@example.com" diff --git a/layouts/partials/footer/font-awesome-js.html b/layouts/partials/footer/font-awesome-js.html index d94a68c..c215d65 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 ba6567c..a1ac5d5 100644 --- a/layouts/partials/sidebar/social.html +++ b/layouts/partials/sidebar/social.html @@ -42,6 +42,9 @@ {{ with .Site.Params.social.aboutme }}   {{ end }} + {{ with .Site.Params.social.orcid }} + + {{end}} {{ with .Site.Params.social.email }} {{ end }}