templates/themes/index: add stylesheet options
Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
{% for board in boards %}
|
{% for board in boards %}
|
||||||
<li class="boardlinksurl">
|
<li class="boardlinksurl">
|
||||||
<a href="{{ config.board_path|sprintf(board.uri) }}">
|
<a href="{{ config.board_path|sprintf(board.uri) }}">
|
||||||
{{ board.title|e }}
|
/{{ board.uri }}/ - {{ board.title|e }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -106,6 +106,9 @@
|
|||||||
<br>Tinyboard Copyright © 2010-2014 Tinyboard Development Group
|
<br>Tinyboard Copyright © 2010-2014 Tinyboard Development Group
|
||||||
<br><a href="https://engine.vichan.net/">vichan</a> Copyright © 2012-2018 vichan-devel
|
<br><a href="https://engine.vichan.net/">vichan</a> Copyright © 2012-2018 vichan-devel
|
||||||
</footer>
|
</footer>
|
||||||
|
<script type="text/javascript">{% verbatim %}
|
||||||
|
ready();
|
||||||
|
{% endverbatim %}</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
{% endfilter %}
|
{% endfilter %}
|
||||||
|
Reference in New Issue
Block a user