summaryrefslogtreecommitdiffstatshomepage
path: root/templates/tags/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tags/single.html')
-rw-r--r--templates/tags/single.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/tags/single.html b/templates/tags/single.html
index 2238061..3cbdde4 100644
--- a/templates/tags/single.html
+++ b/templates/tags/single.html
@@ -1,17 +1,5 @@
{% extends "base.html" %}
-{%- block additional_feeds %}
-<link rel="alternate" type="application/atom+xml" title="zunzuncito - #{{ term.name }}" href="atom.xml" />
-{%- endblock %}
-
-{%- block title -%}
-posts tagged with #{{ term.name }}
-{%- endblock title -%}
-
-{%- block description %}
-posts tagged with #{{ term.name }} ยท <a href="atom.xml">feed</a>
-{%- endblock description %}
-
{%- block content %}
{%- for post in paginator.pages %}
{{ macros::render_post(post=post) }}