You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
include ./button.pug
|
|
|
|
|
|
|
|
#footer-content-base
|
|
|
|
.footer-content
|
|
|
|
include ./left_declaration.pug
|
|
|
|
.footer-info
|
|
|
|
.left
|
|
|
|
span.bold Framework
|
|
|
|
br
|
|
|
|
a.small(href="https://github.com/hexojs/hexo" target="_blank") Hexo
|
|
|
|
br
|
|
|
|
span.bold Theme
|
|
|
|
br
|
|
|
|
a.small(href="https://github.com/lensferno/hexo-theme-yorha" target="_blank") YoRHa
|
|
|
|
br
|
|
|
|
br
|
|
|
|
a.small.icp(href=theme.icp.link)= theme.icp.text
|
|
|
|
.v-line
|
|
|
|
.right
|
|
|
|
span.bold= 'By '
|
|
|
|
a(href='/')= config.author
|
|
|
|
br
|
|
|
|
br
|
|
|
|
span.time= theme.beginTime
|
|
|
|
span -
|
|
|
|
span.time= date(Date.now(), 'YYYY·MM·DD')
|