From ea8976bf88ea407a3815bf7b8a20ec78c8e61235 Mon Sep 17 00:00:00 2001 From: Anbraten <6918444+anbraten@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:54:12 +0200 Subject: [PATCH] Add mastodon verification (#3843) --- docs/docusaurus.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 5057fa018..e49a1efb5 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -15,6 +15,15 @@ const config: Config = { organizationName: 'woodpecker-ci', projectName: 'woodpecker-ci.github.io', trailingSlash: false, + headTags: [ + { + tagName: 'link', + attributes: { + href: 'https://floss.social/@WoodpeckerCI', + rel: 'me', + }, + }, + ], themeConfig: { navbar: { title: 'Woodpecker',