* add legal notice
* fix front page graph
This commit is contained in:
parent
1020fae1dd
commit
5370898da9
@ -54,5 +54,8 @@
|
||||
nntpchan_inject_banners(e, "{{board.Prefix}}");
|
||||
|
||||
</script>
|
||||
<hr/>
|
||||
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||
<p>To make a DMCA request or report illegal content, please contact the administration</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -49,6 +49,7 @@
|
||||
<th> Total </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{# boardgraph}}
|
||||
<tr>
|
||||
<td>
|
||||
@ -79,6 +80,8 @@
|
||||
var e = document.getElementById("nntpchan_banner");
|
||||
nntpchan_inject_banners(e, "{{prefix}}");
|
||||
</script>
|
||||
|
||||
<hr/>
|
||||
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||
<p>To make a DMCA request or report illegal content, please contact the administration</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -51,6 +51,8 @@
|
||||
nntpchan_inject_banners(e, "{{thread.Prefix}}");
|
||||
|
||||
</script>
|
||||
|
||||
<hr/>
|
||||
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||
<p>To make a DMCA request or report illegal content, please contact the administration</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -37,5 +37,8 @@
|
||||
nntpchan_inject_banners(e, "{{prefix}}");
|
||||
|
||||
</script>
|
||||
<hr/>
|
||||
<p>All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||
<p>To make a DMCA request or report illegal content, please contact the administration</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user