Add I2P Summer Dev branding to the top of relevant blog views

This commit is contained in:
str4d
2016-07-02 04:03:45 +00:00
parent c925b7454e
commit 5155585298
5 changed files with 102 additions and 0 deletions

View File

@@ -3,3 +3,10 @@
{% 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 %}