diff options
| author | Charlotte Koch <dressupgeekout@gmail.com> | 2023-10-23 22:42:43 -0700 |
|---|---|---|
| committer | Charlotte Koch <dressupgeekout@gmail.com> | 2023-10-23 22:42:43 -0700 |
| commit | eb78e8e9d5910545f5c7d1e28c00ee03f9f59749 (patch) | |
| tree | 908b896ba6215022e63a9534ace782954d8cec51 | |
| parent | 71e55a893702ea6e1a15a71a3d0e2248673794f1 (diff) | |
Social media links have a "me" attribute for Mastodon verification
| -rw-r--r-- | layouts/partials/sns-links.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sns-links.html b/layouts/partials/sns-links.html index eb17865..52b0950 100644 --- a/layouts/partials/sns-links.html +++ b/layouts/partials/sns-links.html @@ -34,7 +34,7 @@ {{ $destination = printf (string .format) .id }} {{- end -}} <li> - <a href="{{ $destination | safeURL }}" {{- if (urls.Parse $destination).Host | or .newtab }} target="_blank" {{- end -}}> + <a rel="me" href="{{ $destination | safeURL }}" {{- if (urls.Parse $destination).Host | or .newtab }} target="_blank" {{- end -}}> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="{{ .icon }} fa-stack-1x fa-inverse">{{- .text -}}</i> |
