custom footer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user