...
This commit is contained in:
parent
6d82894b82
commit
b20e9472ed
@ -92,7 +92,7 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
{{ post.postControls }}
|
||||
<p itemprop="text" class="body">
|
||||
<p itemprop="commentText" class="body">
|
||||
{% endfilter %}{% if index %}{{ post.body|truncate_body(post.link) }}{% else %}{{ post.body }}{% endif %}{% filter remove_whitespace %}
|
||||
</p>
|
||||
</div>
|
||||
|
@ -73,7 +73,7 @@
|
||||
{% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %}
|
||||
[<a style="margin:0;" href="?/IP/{{ post.ip }}">{{ post.ip }}</a>]
|
||||
{% endif %}
|
||||
<time itemprop="dateCreated" datetime="{{ post.time|date('c') }}" pubdate>{{ post.time|date(config.post_date) }}</time>
|
||||
<time itemprop="dateCreated" datetime="{{ post.time|date('c') }}">{{ post.time|date(config.post_date) }}</time>
|
||||
</label>
|
||||
{% if config.poster_ids %}
|
||||
ID: {{ post.ip|poster_id(post.id) }}
|
||||
|
Loading…
Reference in New Issue
Block a user