mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-03 04:57:37 +03:00
can't do searches now unless logged-in BREAKING CHANGE: any search request will be responded with a 410
21 lines
No EOL
953 B
Text
21 lines
No EOL
953 B
Text
//-//////////////////////////////////////////////////////
|
|
//- MAIN CONTENT
|
|
//-//////////////////////////////////////////////////////
|
|
footer.footer(class=`${meta.title ==='About' ? 'footer__about' : ''}`)
|
|
block footer
|
|
|
|
//- EXTRA STUFF GOES HERE IF THE PAGE IS ABOUT PAGE
|
|
|
|
//- NAVIGATION
|
|
nav.footer__nav-box(aria-label='Primary navigation')
|
|
ul.footer__nav
|
|
- if (meta.title !=='About')
|
|
li.footer__nav-item: a.footer__nav-link.footer__link(href="/about") About
|
|
li.footer__nav-item: a.footer__nav-link.footer__link(href="https://github.com/zyachel/quetre") Source Code
|
|
li.footer__nav-item: a.footer__nav-link.footer__link(href="/privacy") Privacy
|
|
li.footer__nav-item: a.footer__nav-link.footer__link(href="#") Back to top
|
|
|
|
//- LICENSE
|
|
p.footer__license Licensed under
|
|
a.footer__link(href="https://www.gnu.org/licenses/agpl-3.0.html") GNU AGPLv3
|
|
| . |