mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Add site footer
This commit is contained in:
parent
cc66a8306a
commit
248c812f05
5 changed files with 53 additions and 4 deletions
|
|
@ -26,3 +26,19 @@ html
|
|||
input(type="text" placeholder="Search" name="q" autocomplete="off" value=query).search
|
||||
|
||||
block content
|
||||
|
||||
footer.footer__container
|
||||
div.footer__center
|
||||
p Released as AGPL free software.
|
||||
.footer__cols
|
||||
div
|
||||
h3.footer__colhead Source
|
||||
ul.footer__list
|
||||
li: a(href="https://sr.ht/~cadence/tube") Project hub
|
||||
li: a(href="https://lists.sr.ht/~cadence/tube-announce") Announcements
|
||||
li: a(href="https://todo.sr.ht/~cadence/tube") Report a problem
|
||||
div
|
||||
h3.footer__colhead About
|
||||
ul.footer__list
|
||||
// li: a(href="/privacy") Privacy policy
|
||||
// li: a(href="/js-licenses") JavaScript licenses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue