wikijs-fork/server/views/common/footer.pug

9 lines
242 B
Plaintext
Raw Normal View History

footer.footer(class=['is-' + appconfig.theme.footer])
2017-02-10 02:35:37 +00:00
span
= t('footer.poweredby') + ' '
a(href='https://github.com/Requarks/wiki') Wiki.js
| .
ul
li: a(href='/')= t('footer.home')
li: a(href='#root')= t('footer.top')