definicao de layout
This commit is contained in:
31
public/assets/pug/components/footer.pug
Normal file
31
public/assets/pug/components/footer.pug
Normal file
@@ -0,0 +1,31 @@
|
||||
// footer start
|
||||
if footer_dark
|
||||
footer.footer.footer-dark
|
||||
.container-fluid
|
||||
.row
|
||||
.col-md-6.footer-copyright
|
||||
p.mb-0 Copyright 2023-24 © viho All rights reserved.
|
||||
.col-md-6
|
||||
p.pull-right.mb-0
|
||||
| Hand crafted & made with
|
||||
i.fa.fa-heart.font-secondary
|
||||
else if footer_fix
|
||||
footer.footer.footer-fix
|
||||
.container-fluid
|
||||
.row
|
||||
.col-md-6.footer-copyright
|
||||
p.mb-0 Copyright 2023-24 © viho All rights reserved.
|
||||
.col-md-6
|
||||
p.pull-right.mb-0
|
||||
| Hand crafted & made with
|
||||
i.fa.fa-heart.font-secondary
|
||||
else
|
||||
footer.footer
|
||||
.container-fluid
|
||||
.row
|
||||
.col-md-6.footer-copyright
|
||||
p.mb-0 Copyright 2023-24 © viho All rights reserved.
|
||||
.col-md-6
|
||||
p.pull-right.mb-0
|
||||
| Hand crafted & made with
|
||||
i.fa.fa-heart.font-secondary
|
||||
Reference in New Issue
Block a user