Cleanup after merge

This commit is contained in:
str4d
2012-09-12 22:59:02 +00:00
parent 488e647c34
commit da424479f7
2 changed files with 0 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
{% extends "global/layout.html" %}
{% block title %}Blog Index{% endblock %}
{% block content %}
<p>Some descriptive text.</p>
<ul class="infolist">
{% for entry in entries -%}
<li><a href="{{ url_for('blog_entry', slug=entry) }}">{{ entry }}</a></li>
{%- endfor %}
</ul>
{% endblock %}