fix footer_about_disabled deprecated
This commit is contained in:
parent
d4d8d0f15e
commit
1edf28aba7
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ url = '/blog/serverless-next.js-example-blog-with-fission/'
|
||||||
[params.ui]
|
[params.ui]
|
||||||
# Set to true to disable breadcrumb navigation.
|
# Set to true to disable breadcrumb navigation.
|
||||||
breadcrumb_disable = false
|
breadcrumb_disable = false
|
||||||
# Set to true to disable the About link in the site footer
|
# Set to true to show an About link in the site footer
|
||||||
footer_about_disable = false
|
footer_about_enable = true
|
||||||
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
|
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
|
||||||
navbar_logo = true
|
navbar_logo = true
|
||||||
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
|
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue