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

13 lines
575 B
HTML

{% 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 %}
{% block blogindextop %}
{% if 'summer-dev' == category %}
<div id="blog-topimg">
<img src="{{ url_for('static', filename='images/I2PSummerDev-Primary.svg') }}" alt="I2P Summer Dev" title="I2P Summer Dev">
</div>
{% endif %}
{% endblock %}