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
|
||||
.container
|
||||
.content.has-text-centered
|
||||
p
|
||||
span
|
||||
= t('footer.poweredby') + ' '
|
||||
a(href='https://github.com/Requarks/wiki') Requarks Wiki
|
||||
p
|
||||
a.icon(href='https://github.com/Requarks/wiki')
|
||||
i.fa.fa-github
|
||||
| .
|
||||
ul
|
||||
li: a(href='/')= t('footer.home')
|
||||
li: a(href='#root')= t('footer.top')
|
||||
|
||||
|
Loading…
Reference in new issue