mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Remove broken "email" microdata for now...
This commit is contained in:
parent
ccd46ace9a
commit
a404c1fe4e
@ -11,7 +11,7 @@
|
||||
{% endif %}
|
||||
{% if post.email|length > 0 %}
|
||||
{# start email #}
|
||||
<a itemprop="email" class="email" href="mailto:{{ post.email }}">
|
||||
<a class="email" href="mailto:{{ post.email }}">
|
||||
{% endif %}
|
||||
<span itemprop="name" class="name">{{ post.name }}</span>
|
||||
{% if post.trip|length > 0 %}
|
||||
|
@ -56,7 +56,7 @@
|
||||
{% endif %}
|
||||
{% if post.email|length > 0 %}
|
||||
{# start email #}
|
||||
<a itemprop="email" class="email" href="mailto:{{ post.email }}">
|
||||
<a class="email" href="mailto:{{ post.email }}">
|
||||
{% endif %}
|
||||
<span itemprop="name" class="name">{{ post.name }}</span>
|
||||
{% if post.trip|length > 0 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user