sidebar tweaks

This commit is contained in:
Greg Gauthier 2024-02-14 19:28:46 +00:00
parent 2732aa2d16
commit 6b107c25f8
2 changed files with 18 additions and 8 deletions

View File

@ -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"

View File

@ -9,12 +9,6 @@
</li>
{{ end }}
{{ with .Site.Social.spotify }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
<i class="fa fa-podcast fa-fw"></i>My Spotify</a>
</li>
{{ end }}
<!--
{{ with .Site.Social.odysee1 }}
<li class="pure-menu-item">
@ -22,6 +16,14 @@
</li>
{{ end }}
-->
{{ with .Site.Social.twitter }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
<i class="fa fa-twitter fa-fw"></i>My X (Twitter)</a>
</li>
{{ end }}
{{ with .Site.Social.rumble }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
@ -29,6 +31,13 @@
</li>
{{ end }}
{{ with .Site.Social.spotify }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
<i class="fa fa-podcast fa-fw"></i>My Spotify</a>
</li>
{{ end }}
{{ with .Site.Social.gitea }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://gitea.gmgauthier.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-code fa-fw"></i>My Code</a>