From 6b107c25f88148dbde1f9fae974cdb881657ac38 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 14 Feb 2024 19:28:46 +0000 Subject: [PATCH] sidebar tweaks --- config.toml | 5 +++-- layouts/partials/social.html | 21 +++++++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 5ef2aff..cb7c012 100644 --- a/config.toml +++ b/config.toml @@ -94,9 +94,10 @@ enableGitInfo = true # gab = "gmgauthier" # minds = "greg_gauthier" gitea = "gmgauthier" - odysee1 = "@gmgauthier:0" - rumble = "https://rumble.com/c/c-299775" + rumble = "https://rumble.com/c/gmgauthier" spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq" + twitter = "https://twitter.com/gmgauthier1967" +# odysee1 = "@gmgauthier:0" # anchorfm = "exitingthecave" # odysee2 = "@exitingthecave:1" # odysee3 = "@TheCaveWall:e" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 5a354b5..c0d1660 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -9,12 +9,6 @@ {{ end }} - {{ with .Site.Social.spotify }} -
  • - - My Spotify -
  • - {{ end }} + + {{ with .Site.Social.twitter }} +
  • + + My X (Twitter) +
  • + {{ end }} + {{ with .Site.Social.rumble }}
  • @@ -29,6 +31,13 @@
  • {{ end }} + {{ with .Site.Social.spotify }} +
  • + + My Spotify +
  • + {{ end }} + {{ with .Site.Social.gitea }}
  • My Code