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

9 lines
256 B
Plaintext
Raw Normal View History

2017-07-02 16:51:39 +00:00
footer.footer(class=['is-' + appconfig.theme.footer], ref='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')