From e3c39cbf105f0ad832f67345ae0442c502ea44a2 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 1 Oct 2024 21:43:12 +0200 Subject: [PATCH] feat: add HTML header for Fediverse --- docs/.vuepress/head.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.vuepress/head.ts b/docs/.vuepress/head.ts index ecb73de..a485e40 100644 --- a/docs/.vuepress/head.ts +++ b/docs/.vuepress/head.ts @@ -34,6 +34,10 @@ const simplifiedHead = [ property: 'og:description', content: 'Documentation of P’undrak’s constructed languages', }, + { + name: 'fediverse:creator', + content: '@phundrak@phundrak.com', + }, { name: 'twitter:card', content: 'summary',