Remove "name" microdata
This commit is contained in:
parent
a3f6420f00
commit
8dc9b07d86
@ -13,7 +13,7 @@
|
|||||||
{# start email #}
|
{# start email #}
|
||||||
<a class="email" href="mailto:{{ post.email }}">
|
<a class="email" href="mailto:{{ post.email }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span itemprop="name" class="name">{{ post.name }}</span>
|
<span class="name">{{ post.name }}</span>
|
||||||
{% if post.trip|length > 0 %}
|
{% if post.trip|length > 0 %}
|
||||||
<span class="trip">{{ post.trip }}</span>
|
<span class="trip">{{ post.trip }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
{# start email #}
|
{# start email #}
|
||||||
<a class="email" href="mailto:{{ post.email }}">
|
<a class="email" href="mailto:{{ post.email }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<span itemprop="name" class="name">{{ post.name }}</span>
|
<span class="name">{{ post.name }}</span>
|
||||||
{% if post.trip|length > 0 %}
|
{% if post.trip|length > 0 %}
|
||||||
<span class="trip">{{ post.trip }}</span>
|
<span class="trip">{{ post.trip }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user