mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
Update frontpage.mustache
frontpage updated :-D
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{{!
|
{!
|
||||||
frontpage.mustache -- template for index.html
|
frontpage.mustache -- template for index.html
|
||||||
template parameters:
|
template parameters:
|
||||||
- boardgraph ( markup of boardPageRows instance, see srnd/model.go )
|
- boardgraph ( markup of boardPageRows instance, see srnd/model.go )
|
||||||
@@ -23,12 +23,12 @@
|
|||||||
<div id="nntpchan_banner">
|
<div id="nntpchan_banner">
|
||||||
</div>
|
</div>
|
||||||
<div class="index-inner">
|
<div class="index-inner">
|
||||||
<div>{{frontend}} on nntpchan</div>
|
<h2> <div>{{frontend}} on nntpchan</div></h2>
|
||||||
<div>View the <a href="{{prefix}}ukko.html">overboard</a></div>
|
<h2>View the <a href="/o/?lang=en">overboard</a></h2>
|
||||||
<div>Join the IRC on <a href="https://qchat.rizon.net/?channels=#nntpchan">rizon</a> or <a href="irc://127.0.0.1:6668/overchan">irc2p</a></div>
|
<h3>Read the <a href="{{prefix}}static/faq.html">FAQ</a></h3>
|
||||||
<div>Check out the <a href="{{prefix}}boards.html">board list</a></div>
|
<h3>Lurk on <a href="irc://allyour4nert7pkh.onion/overchan">URC</a></h3>
|
||||||
<div>Fork on github: <a href="https://github.com/majestrate/nntpchan/">frontend</a> and <a href="https://github.com/majestrate/srndv2/">core</a></div>
|
<h3>Check out the <a href="{{prefix}}boards.html">board list</a></h3>
|
||||||
<div>We've Had {{totalposts}} Posts Since August 01 2015 </div>
|
<h3>Fork on github: <a href="https://github.com/nesshy9/nntpchan/">frontend</a> and <a href="https://github.com/majestrate/srndv2/">core</a></h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="index-inner">
|
<div class="index-inner">
|
||||||
<!--
|
<!--
|
||||||
@@ -73,6 +73,8 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
{{{OvercockGraph}}}
|
||||||
{{{overview}}}
|
{{{overview}}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user