mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Add mastodon verification (#3843)
This commit is contained in:
parent
a5ee50619a
commit
ea8976bf88
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user