This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/site/themes/beautiful-hexo/layout/partial/footer.jade

20 lines
978 B
Text
Raw Normal View History

footer
.container.beautiful-jekyll-footer
.row
.col-lg-8.col-lg-offset-2.col-md-10.col-md-offset-1
ul.list-inline.text-center.footer-links
each item in theme.footer
if item.enable
li
a(href=item.link, title=item.title)
span.fa-stack.fa-lg
i.fa.fa-circle.fa-stack-2x
i.fa.fa-stack-1x.fa-inverse(class=item.icon)
- var year = new Date().getFullYear();
p.copyright.text-muted.
2019-03-08 15:55:42 +13:00
© #[a(href=theme.copyright_owner.url)= theme.copyright_owner.name] • #{year} • #[a(href="mailto:" + config.email)= config.email]
p.theme-by.text-muted.
Theme by
#[a(href="https://github.com/twoyao/beautiful-hexo") beautiful-hexo]