fix: hack for older hugo version

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser 2022-11-21 11:12:07 -06:00
parent 1726c31c23
commit 1b8b247753
No known key found for this signature in database
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</div>
</div>
{{ else }}
<a class="navbar-item" {{ if .Params.rel }}rel="{{ .Params.rel }}"{{ end }} href="{{ .URL }}">
<a class="navbar-item" {{ if eq .Name "Mastodon" }}rel="me"{{ end }} href="{{ .URL }}">
<i class="fa fa-{{ .Pre }}"></i>&nbsp;
{{ .Name }}
</a>