add minds social back in

This commit is contained in:
Greg Gauthier 2021-12-02 19:53:02 +00:00
parent 4ebb6c1928
commit eefe315d4f
2 changed files with 8 additions and 2 deletions

View File

@ -77,7 +77,7 @@ enableGitInfo = true
name = "Contact"
pre = "<i class='fa fa-phone fa-fw'></i>"
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"

View File

@ -16,6 +16,12 @@
</li>
{{ end }}
{{ with .Site.Social.minds }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://minds.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-lightbulb fa-fw"></i>My Minds</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>