Browse Source

Remove broken "email" microdata for now...

pull/40/head
Savetheinternet 13 years ago
parent
commit
829e9741e6
  1. 2
      templates/post_reply.html
  2. 2
      templates/post_thread.html

2
templates/post_reply.html

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

2
templates/post_thread.html

@ -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…
Cancel
Save