forked from leftypol/leftypol
Allow for HTML in the board subtitle
Conflicts: inc/config.php
This commit is contained in:
parent
4bce3d7584
commit
acb4c47a9f
4 changed files with 21 additions and 4 deletions
|
@ -13,7 +13,11 @@
|
|||
<h1>{{ board.url }} - {{ board.title|e }}</h1>
|
||||
<div class="subtitle">
|
||||
{% if board.subtitle %}
|
||||
{{ board.subtitle|e }}
|
||||
{% if config.allow_subtitle_html %}
|
||||
{{ board.subtitle }}
|
||||
{% else %}
|
||||
{{ board.subtitle|e }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if mod %}<p><a href="?/">{% trans %}Return to dashboard{% endtrans %}</a></p>{% endif %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue