Browse Source

...

pull/40/head
Savetheinternet 13 years ago
parent
commit
87aa7d71ec
  1. 3
      templates/post_thread.html

3
templates/post_thread.html

@ -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…
Cancel
Save