From 79a1e28000c945cf238e2f4acd6494c4472b2e78 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 3 May 2023 15:45:45 +0200 Subject: add rel="me" for Mastodon auth --- build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index efda627..90f05e9 100755 --- a/build.sh +++ b/build.sh @@ -44,3 +44,6 @@ for d in *; do [ -d "$d" ] && genhtml "$d" done genhtml . + +# Fix for mastodon. +sed '/mstdn/s/href=/rel="me" href=/' index.html >xx && mv xx index.html -- cgit v1.2.3