custom footer

This commit is contained in:
2025-08-13 22:27:14 +08:00
parent 1b776034a9
commit 52c7654316
6 changed files with 473 additions and 889 deletions

View File

@@ -16,7 +16,6 @@ html(lang=config.language data-theme=theme.display_mode class=htmlClassHideAside
#web_bg(style=getBgPath(theme.background))
!=partial('includes/sidebar', {}, {cache: true})
#body-wrap(class=pageType)
include ./header/index.pug
@@ -30,7 +29,7 @@ html(lang=config.language data-theme=theme.display_mode class=htmlClassHideAside
- const footerBg = theme.footer_img
- const footer_bg = footerBg ? footerBg === true ? bg_img : getBgPath(footerBg) : ''
footer#footer(style='background: transparent')
footer#footer(style=footer_bg)
!=partial('includes/footer', {}, {cache: true})
include ./rightside.pug