mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-22 07:08:58 +00:00
Fix inline author warning (#4040)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
27cb4acf5e
commit
9407376e41
1 changed files with 1 additions and 0 deletions
|
@ -264,6 +264,7 @@ const config: Config = {
|
||||||
blog: {
|
blog: {
|
||||||
blogTitle: 'Blog',
|
blogTitle: 'Blog',
|
||||||
blogDescription: 'A blog for release announcements, turorials...',
|
blogDescription: 'A blog for release announcements, turorials...',
|
||||||
|
onInlineAuthors: 'ignore',
|
||||||
// postsPerPage: 'ALL',
|
// postsPerPage: 'ALL',
|
||||||
// blogSidebarCount: 0,
|
// blogSidebarCount: 0,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue