diff options
| -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> |
