Explorar o código

clean tag template

Oz N Tiram %!s(int64=9) %!d(string=hai) anos
pai
achega
67476680e7
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      templates/tag_index.html

+ 0 - 4
templates/tag_index.html

@@ -1,11 +1,7 @@
 {% extends "entry_index.html" %}
 {% block page_title %}tag: {{tag.name}} {% endblock %}
-{% block head_feed_link %}/tags/{{tag.slug}}/atom.xml{% endblock %}
-{% block head_feed_title %}tagged: {{tag.name}} » {{ site_url }} {% endblock %}
 {% block header %}
-{% if tag.name %}
 <h1 class="tag_name">
 tag: {{ tag.name }}<sup>[<a class="tag_feed_icon" title="Atom feed for {{tag.name}} tag" href="/tags/{{ tag.slug }}/atom.xml">atom feeds</a>]</sup>
 </h1>
-{% endif %}
 {% endblock %}