* 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}}");
|
nntpchan_inject_banners(e, "{{board.Prefix}}");
|
||||||
|
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
<th> Total </th>
|
<th> Total </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
<tbody>
|
||||||
{{# boardgraph}}
|
{{# boardgraph}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@ -79,6 +80,8 @@
|
|||||||
var e = document.getElementById("nntpchan_banner");
|
var e = document.getElementById("nntpchan_banner");
|
||||||
nntpchan_inject_banners(e, "{{prefix}}");
|
nntpchan_inject_banners(e, "{{prefix}}");
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -51,6 +51,8 @@
|
|||||||
nntpchan_inject_banners(e, "{{thread.Prefix}}");
|
nntpchan_inject_banners(e, "{{thread.Prefix}}");
|
||||||
|
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -37,5 +37,8 @@
|
|||||||
nntpchan_inject_banners(e, "{{prefix}}");
|
nntpchan_inject_banners(e, "{{prefix}}");
|
||||||
|
|
||||||
</script>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user