From 094127286e00d1beed84204f2629513c06ed702c Mon Sep 17 00:00:00 2001 From: Tomasz Lewinski Date: Tue, 7 Feb 2023 21:38:29 +0100 Subject: [PATCH] Add rel="me" param to social links --- layouts/partials/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 3a1f3a1..53a5d26 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -84,6 +84,7 @@ style="--url: url(./{{ . }}.svg)" href="{{ if eq . `rss` }} {{ `index.xml` | absURL }} {{ else if eq . `mastodon` }} {{ site.Params.Get . }} {{ else }} https://{{ . }}.com/{{ site.Params.Get . }} {{ end }}" target="_blank" + {{ if ne . `rss` }}rel="me"{{ end }} > {{ end }}