add minds social back in
This commit is contained in:
parent
4ebb6c1928
commit
eefe315d4f
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user