forked from I2P_Developers/i2p.www
Add category support to the Atom feed
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user