sidebar tweaks
This commit is contained in:
parent
2732aa2d16
commit
6b107c25f8
@ -94,9 +94,10 @@ enableGitInfo = true
|
|||||||
# gab = "gmgauthier"
|
# gab = "gmgauthier"
|
||||||
# minds = "greg_gauthier"
|
# minds = "greg_gauthier"
|
||||||
gitea = "gmgauthier"
|
gitea = "gmgauthier"
|
||||||
odysee1 = "@gmgauthier:0"
|
rumble = "https://rumble.com/c/gmgauthier"
|
||||||
rumble = "https://rumble.com/c/c-299775"
|
|
||||||
spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq"
|
spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq"
|
||||||
|
twitter = "https://twitter.com/gmgauthier1967"
|
||||||
|
# odysee1 = "@gmgauthier:0"
|
||||||
# anchorfm = "exitingthecave"
|
# anchorfm = "exitingthecave"
|
||||||
# odysee2 = "@exitingthecave:1"
|
# odysee2 = "@exitingthecave:1"
|
||||||
# odysee3 = "@TheCaveWall:e"
|
# odysee3 = "@TheCaveWall:e"
|
||||||
|
@ -9,12 +9,6 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ with .Site.Social.odysee1 }}
|
||||||
<li class="pure-menu-item">
|
<li class="pure-menu-item">
|
||||||
@ -22,6 +16,14 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ with .Site.Social.rumble }}
|
||||||
<li class="pure-menu-item">
|
<li class="pure-menu-item">
|
||||||
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
||||||
@ -29,6 +31,13 @@
|
|||||||
</li>
|
</li>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ with .Site.Social.gitea }}
|
||||||
<li class="pure-menu-item">
|
<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>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user