diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5565cd3..7850c4e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -52,6 +52,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 }}