diff --git a/config.toml b/config.toml index ecffc9a..61f6e9c 100644 --- a/config.toml +++ b/config.toml @@ -86,7 +86,7 @@ enableGitInfo = true minds = "greg_gauthier" gitea = "gmgauthier" odysee1 = "@gmgauthier:0" - anchorfm = "exitingthecave" +# anchorfm = "exitingthecave" # odysee2 = "@exitingthecave:1" # odysee3 = "@TheCaveWall:e" # locals = "exitingthecave" diff --git a/layouts/partials/social.html b/layouts/partials/social.html index f661a03..f3ee629 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -9,6 +9,24 @@ {{ end }} + {{ with .Site.BaseURL }} +
  • + My Podcast +
  • + {{ end }} + + {{ with .Site.Social.odysee1 }} +
  • + My Vlog +
  • + {{ end }} + + {{ with .Site.Social.gitea }} +
  • + My Code +
  • + {{ end }} + {{ with .Site.Social.gab }}
  • @@ -22,63 +40,33 @@
  • {{ end }} - {{ with .Site.Social.gitea }} -
  • - My Code -
  • - {{ end }} - - {{ with .Site.Social.anchorfm }} -
  • - My Podcast -
  • - {{ end }} - - {{ with .Site.Social.odysee1 }} -
  • - My Vlog -
  • - {{ end }} - - {{ with .Site.Social.odysee2 }} -
  • - My Philo Vids -
  • - {{ end }} - - {{ with .Site.Social.odysee3 }} -
  • - My Archive -
  • - {{ end }} + + {{ with .Site.Social.keybase }} +
  • + Keybase +
  • + {{ end }} + -->