diff options
Diffstat (limited to 'templates/posts.html')
-rw-r--r-- | templates/posts.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/posts.html b/templates/posts.html index 052cd42..2f1df6b 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -5,11 +5,11 @@ <h1>Posts</h1> </section> -<section class="quiet"> +<section> <p> {% for post in posts %} - <h2><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h2> - {% endfor %} + <h2><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h2> + {% endfor %} </p> -<section> -{% endblock %} + <section> + {% endblock %}
\ No newline at end of file |