...
This commit is contained in:
parent
b20e9472ed
commit
87aa7d71ec
@ -52,7 +52,7 @@
|
|||||||
<label for="delete_{{ post.id }}">
|
<label for="delete_{{ post.id }}">
|
||||||
{% if post.subject|length > 0 %}
|
{% if post.subject|length > 0 %}
|
||||||
{# show subject #}
|
{# show subject #}
|
||||||
<span itemprop="name" class="subject">{{ post.subject }}</span>
|
<span itemprop="headline" class="subject">{{ post.subject }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.email|length > 0 %}
|
{% if post.email|length > 0 %}
|
||||||
{# start email #}
|
{# start email #}
|
||||||
@ -128,6 +128,7 @@
|
|||||||
{% endif %} omitted. Click reply to view.
|
{% endif %} omitted. Click reply to view.
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<meta itemprop="articleSection" content="{{ board.uri }}" />
|
||||||
{% if not index %}
|
{% if not index %}
|
||||||
<meta itemprop="interactionCount" content="UserComments:{{ post.posts|count }}" />
|
<meta itemprop="interactionCount" content="UserComments:{{ post.posts|count }}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user