Files
i2p.www/i2p2www/pages/blog/category.html

6 lines
333 B
HTML
Raw Normal View History

2013-02-03 02:17:41 +00:00
{% extends "blog/index.html" %}
{% block title %}{{ _('Blog Category') }}: {{ category }}{% endblock %}
{% block headextra %}
2013-02-03 02:53:58 +00:00
<link href="{{ get_url('blog_atom', category=category) }}" type="application/atom+xml" rel="alternate" title="{% trans %}I2P Blog ATOM Feed for Category: {{ category }}{% endtrans %}" />
2013-02-03 02:17:41 +00:00
{%- endblock %}