mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
Add mastodon verification (#3843)
This commit is contained in:
parent
a5ee50619a
commit
ea8976bf88
1 changed files with 9 additions and 0 deletions
|
@ -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 a new issue