Removed stray }

This commit is contained in:
str4d
2013-02-03 01:20:52 +00:00
parent 254a56bb37
commit ca0f74e9ba

View File

@@ -1,5 +1,5 @@
{% extends "global/layout.html" %}
{% block title %}{{ _('Blog Index') }}}{% endblock %}
{% block title %}{{ _('Blog Index') }}{% endblock %}
{% block headextra %}
<link href="{{ get_url('blog_atom') }}" type="application/atom+xml" rel="alternate" title="{{ _('I2P Blog ATOM Feed') }}" />
{%- endblock %}