forked from leftypol/leftypol
backport parts of 2d6d449bd2d72, in particular html classes
This commit is contained in:
parent
6c334a3b44
commit
293543878a
7 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
{% filter remove_whitespace %}
|
||||
{# tabs and new lines will be ignored #}
|
||||
|
||||
<div id="thread_{{ post.id }}" data-board="{{ board.uri }}">
|
||||
<div class="thread" id="thread_{{ post.id }}" data-board="{{ board.uri }}">
|
||||
{% if not index %}<a id="{{ post.id }}" class="post_anchor"></a>{% endif %}
|
||||
|
||||
{% include 'post/fileinfo.html' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue