mirror of https://github.com/requarks/wiki
parent
fc7e7d3d5a
commit
8c0ed4682c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,6 +0,0 @@
|
|||||||
.footer {
|
|
||||||
background-color: mc('light-blue', '600');
|
|
||||||
color: #FFF;
|
|
||||||
text-align: center;
|
|
||||||
padding: 25px;
|
|
||||||
}
|
|
@ -1,10 +1,9 @@
|
|||||||
footer.footer
|
footer.footer
|
||||||
.container
|
span
|
||||||
.content.has-text-centered
|
= t('footer.poweredby') + ' '
|
||||||
p
|
a(href='https://github.com/Requarks/wiki') Requarks Wiki
|
||||||
= t('footer.poweredby') + ' '
|
| .
|
||||||
a(href='https://github.com/Requarks/wiki') Requarks Wiki
|
ul
|
||||||
p
|
li: a(href='/')= t('footer.home')
|
||||||
a.icon(href='https://github.com/Requarks/wiki')
|
li: a(href='#root')= t('footer.top')
|
||||||
i.fa.fa-github
|
|
||||||
|
|
||||||
|
Loading…
Reference in new issue