Remove "name" microdata
This commit is contained in:
parent
a3f6420f00
commit
8dc9b07d86
@ -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 %}
|
||||
|
@ -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…
Reference in New Issue
Block a user