Add category support to the Atom feed

This commit is contained in:
str4d
2013-02-03 02:53:58 +00:00
parent f32b6e3c14
commit 55af9d11b3
4 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{% extends "blog/index.html" %}
{% block title %}{{ _('Blog Category') }}: {{ category }}{% endblock %}
{% block headextra %}
<link href="{{ get_url('blog_atom', category=category) }}" type="application/atom+xml" rel="alternate" title="{% trans %}I2P Blog ATOM Feed for Category: {{ category }}{% endtrans %}" />
{%- endblock %}