Update frontpage.mustache

This commit is contained in:
nesshy
2025-01-21 20:51:48 -05:00
committed by GitHub
parent e7f01ca35c
commit 922ebd727b
@@ -33,6 +33,49 @@
</center>
<hr/>
<center>
<table>
<tbody>
<tr>
<td class="board_td">
{{! todo: move boardgraph into its own file like postsgraph }}
<table id="board_graph">
<thead>
<tbody>
{{# boardgraph}}
<tr>
<td>
<a href="{{prefix}}b/{{Board}}/">{{Board}}</a>
</td>
<td>
{{Hour}}
</td>
<td>
{{Day}}
</td>
<td>
{{All}}
</td>
</tr>
{{/ boardgraph}}
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
{{{overview}}}
</div>
</div>
</center>
<script type="text/javascript">
var e = document.getElementById("nntpchan_banner");
nntpchan_inject_banners(e, "{{prefix}}");
</script>
<hr/>
<footer>
<p class="legal">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 class="legal">To make a DMCA request or report illegal content, please contact the administration</p>