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
|
|
@ -13,7 +13,3 @@ block content
|
|||
form(method="get" action="/search").encouraging-search-form
|
||||
input(type="text" name="q" placeholder="I'd like to watch..." autocomplete="off" autofocus=!mobile).search.base-border-look
|
||||
p: a(href="/cant-think") ...can't think of anything?
|
||||
|
||||
.encouraging-message
|
||||
p CloudTube gets better with your help. I can't deal with issues that I don't know about.
|
||||
p: a(href="https://todo.sr.ht/~cadence/tube") Report a problem or missing feature
|
||||
|
|
|
|||
|
|
@ -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