1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Fix inline author warning (#4040)

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
qwerty287
2024-08-15 19:54:52 +02:00
committed by GitHub
parent 27cb4acf5e
commit 9407376e41

View File

@@ -264,6 +264,7 @@ const config: Config = {
blog: {
blogTitle: 'Blog',
blogDescription: 'A blog for release announcements, turorials...',
onInlineAuthors: 'ignore',
// postsPerPage: 'ALL',
// blogSidebarCount: 0,
},