Browse Source

Remove "name" microdata

pull/40/head
Savetheinternet 13 years ago
parent
commit
8dc9b07d86
  1. 2
      templates/post_reply.html
  2. 2
      templates/post_thread.html

2
templates/post_reply.html

@ -13,7 +13,7 @@
{# start email #}
<a class="email" href="mailto:{{ post.email }}">
{% endif %}
<span itemprop="name" class="name">{{ post.name }}</span>
<span class="name">{{ post.name }}</span>
{% if post.trip|length > 0 %}
<span class="trip">{{ post.trip }}</span>
{% endif %}

2
templates/post_thread.html

@ -58,7 +58,7 @@
{# start email #}
<a class="email" href="mailto:{{ post.email }}">
{% endif %}
<span itemprop="name" class="name">{{ post.name }}</span>
<span class="name">{{ post.name }}</span>
{% if post.trip|length > 0 %}
<span class="trip">{{ post.trip }}</span>
{% endif %}

Loading…
Cancel
Save