Tweaking social links for mastodon verification

This commit is contained in:
Dorian Wood 2021-05-10 18:52:09 -04:00
parent ddf8c0c7bc
commit 0bf34f4ab1
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
{{ .Content }}
{{ $currentPage := . }}
{{ range .Site.Menus.social }}
<a class="{{if or ($currentPage.IsMenuCurrent "social" .) ($currentPage.HasMenuCurrent "social" .) }} active{{end}} button" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a><br>
<a class="{{if or ($currentPage.IsMenuCurrent "social" .) ($currentPage.HasMenuCurrent "social" .) }} active{{end}} button" rel="me" href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a><br>
{{ end }}
{{ end }}