Remove "name" microdata

This commit is contained in:
Savetheinternet 2011-11-17 07:54:16 +11:00
parent a3f6420f00
commit 8dc9b07d86
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}

View File

@ -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 %}