add legal jargon (fixes #369)
This commit is contained in:
parent
68aed7b9be
commit
25e789fdad
|
@ -213,3 +213,7 @@ pm2 stop teddit
|
|||
```
|
||||
|
||||
See also the [pm2 instructions for running a project on startup](https://pm2.keymetrics.io/docs/usage/startup/). In particular, if using systemd, see the section on how to modify the systemd init file so that it runs after your system connects to the network.
|
||||
|
||||
## Legal
|
||||
|
||||
Teddit does not host any content. All content on Teddit is from Reddit™. Reddit is a trademark of Reddit Inc. Teddit is not affiliated with Reddit Inc. Any issues with content should be reported to Reddit.
|
||||
|
|
|
@ -21,6 +21,8 @@ html
|
|||
a(href="/privacy") Privacy policy
|
||||
h2 Donating
|
||||
p(class="word-break") XMR: 832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj
|
||||
h2 Legal
|
||||
p Teddit does not host any content. All content on Teddit is from Reddit™. Reddit is a trademark of Reddit Inc. Teddit is not affiliated with Reddit Inc. Any issues with content should be reported to Reddit.
|
||||
.bottom
|
||||
a(href="https://en.wikipedia.org/wiki/Piratbyr%C3%A5n#Kopimi", target="_blank")
|
||||
img(src="kopimi.gif")
|
||||
|
|
Loading…
Reference in New Issue