1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 12:23:48 +01:00

Remove broken "email" microdata for now...

This commit is contained in:
Savetheinternet 2011-11-16 20:49:01 +11:00
parent ccd46ace9a
commit a404c1fe4e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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