X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/704ace48dfd3f1dd64271d1916c7defb4806e86c..670af4e558fa7044af5a17e95f3a0939f65fbdc5:/sommitrealweird/blog/templates/blog/blog_index.html diff --git a/sommitrealweird/blog/templates/blog/blog_index.html b/sommitrealweird/blog/templates/blog/blog_index.html index e43cc64..fa2ea72 100644 --- a/sommitrealweird/blog/templates/blog/blog_index.html +++ b/sommitrealweird/blog/templates/blog/blog_index.html @@ -1,11 +1,17 @@ {% extends "base.html" %} {% load markup %} +{% block title %} +{{ entry.title|escape }} +{% endblock %} + {% block content %} {% if entries %} {% for entry in entries %}

{{ entry.title|escape }}

+
{{ entry.content|restructuredtext }} +

Posted: {{ entry.publish_date|date:"Y-m-d H:i" }} in {% for section in entry.sections.all %} {% if forloop.first %} @@ -20,7 +26,7 @@ {% endfor %} permalink

{% endfor %} - {% if paginated %} + {% if paginated and has_more_than_one_page %}

Pages: {% if has_prev %} Previous |