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 +++ index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 diff --git a/index.html b/index.html index 63d5b2f..98874bc 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
  • Email: mvertes@free.fr
  • Github: @mvertes
  • -
  • Mastodon: Mastodon: @mvertes

  • From: Marc Vertes, 03 may 2023 -- cgit v1.2.3