Add warning without ban, joke capcode support, SC editor support, home link support, table for calender theme / extension, removing boardalias duplicate citations in markup and other features

This commit is contained in:
Benjamin Southall 2017-09-03 23:39:43 +09:00
parent 2fecc4a6a8
commit d2429e05d1
12 changed files with 341 additions and 103 deletions

View file

@ -64,6 +64,10 @@
{% if config.catalog_link %}
| <a href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">Catalog</a>
{% endif %}
{% if config.home_link %}
| <a href="{{ config.root }}">Home</a>
{% endif %}
<hr />
<form name="postcontrols" action="{{ config.post_url }}" method="post">
@ -100,6 +104,9 @@
{% if config.catalog_link %}
| <a href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">Catalog</a>
{% endif %}
{% if config.home_link %}
| <a href="{{ config.root }}">Home</a>
{% endif %}
</div>
</div>