logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 7cce2bb22d4ea9cd73ff0a74f63abbde4a92443d
parent 5e16b8df06a68443dbd750eca1375ff3c3d32d2a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  8 Oct 2024 18:31:26 +0200

templates/head: Add fediverse:creator tag

See https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/
Imho:
- Should be a <link>
- Should use an ActivityPub id (URL), not webfinger

Diffstat:

Mtemplates/head.shtml1+
Mtemplates/head.xml1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/templates/head.shtml b/templates/head.shtml @@ -5,3 +5,4 @@ <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/> <meta property="og:image" content="/images/avatar.png?serial=2020111201"/> <meta name="robots" content="noml"/> + <meta name="fediverse:creator" content="@lanodan@queer.hacktivis.me"/> diff --git a/templates/head.xml b/templates/head.xml @@ -6,4 +6,5 @@ <link rel="icon" type="text/css" href="/images/favicon.png?serial=2020111201"/> <meta property="og:image" content="/images/avatar.png?serial=2020111201"/> <meta name="robots" content="noml"/> + <meta name="fediverse:creator" content="@lanodan@queer.hacktivis.me"/> </xml>