From eefe315d4fede433b0604e077f235dfa443edf0b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 2 Dec 2021 19:53:02 +0000 Subject: [PATCH] add minds social back in --- config.toml | 4 ++-- layouts/partials/social.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index aef5716..1571741 100644 --- a/config.toml +++ b/config.toml @@ -77,7 +77,7 @@ enableGitInfo = true name = "Contact" pre = "" weight = 7 - identifier = "contact" + identifier = "contact2" url = "/contact/" @@ -88,7 +88,7 @@ enableGitInfo = true odysee2 = "@exitingthecave:1" odysee3 = "@TheCaveWall:e" anchorfm = "exitingthecave" -# minds = "greg_gauthier" + minds = "greg_gauthier" # locals = "exitingthecave" # github = "gmgauthier" # stackoverflow = "381517" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 7e4f9f9..f661a03 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -16,6 +16,12 @@ {{ end }} + {{ with .Site.Social.minds }} +
  • + My Minds +
  • + {{ end }} + {{ with .Site.Social.gitea }}
  • My Code