From 352965e0445417584f6c3fb3e8fef5d87db4f37f Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Thu, 21 Aug 2014 18:45:11 +0200 Subject: Updated pelican-bootstrap3 to the latest version --- pelican-bootstrap3/templates/index.html | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'pelican-bootstrap3/templates/index.html') diff --git a/pelican-bootstrap3/templates/index.html b/pelican-bootstrap3/templates/index.html index b38c0ee..29ba7d6 100644 --- a/pelican-bootstrap3/templates/index.html +++ b/pelican-bootstrap3/templates/index.html @@ -1,17 +1,4 @@ -{% extends "base.html" %} -{% block content %} - {% if articles %} - {% for article in (articles_page.object_list if articles_page else articles) %} -
-

{{ article.title }}

-
{{ article.summary }} - {% include 'includes/comment_count.html' %} - more ... -
-
-
- {% endfor %} - {% endif %} +{% extends "article_list.html" %} + +{% block canonical_rel %}{% endblock %} - {% include 'includes/pagination.html' %} -{% endblock content %} -- cgit