fix footer_about_disabled deprecated

This commit is contained in:
Christian Bräunlich 2024-09-01 08:33:14 +00:00
parent d4d8d0f15e
commit 1edf28aba7

View file

@ -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.