Skip to content

Commit

Permalink
Add mastodon rel attr
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf authored Nov 10, 2022
1 parent 603f87f commit b79246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
{{ end }}
{{ else }}
<a href="{{ .URL | absLangURL }}">
<a {{ if eq .Name "mastodon" }}rel="me"{{ end }} href="{{ .URL | absLangURL }}">
{{ partial "svg" .Name }}
</a>
{{ end }}
Expand Down

0 comments on commit b79246c

Please sign in to comment.