mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Implement takedown system
This commit is contained in:
parent
741a1199dd
commit
b9f703086f
10 changed files with 111 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ html
|
|||
p Released as AGPL free software.
|
||||
.footer__cols
|
||||
div
|
||||
h3.footer__colhead Source
|
||||
h3.footer__colhead Source code
|
||||
ul.footer__list
|
||||
li: a(href="https://sr.ht/~cadence/tube") Project hub
|
||||
li: a(href="https://lists.sr.ht/~cadence/tube-announce") Announcements
|
||||
|
|
@ -44,3 +44,5 @@ html
|
|||
ul.footer__list
|
||||
li: a(href="/privacy") Privacy policy
|
||||
li: a(href="/licenses" data-jslicense=1) Licenses
|
||||
if constants.takedown
|
||||
li: a(href="/takedown") DMCA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue