From 598d4d63ed3ce133c6d2df3f7d30d015f3483ae4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 3 Aug 2015 19:51:03 +0200 Subject: sleepmap-theme/templates/index.html: Adding hentry class to featured article element inside the aside element (to further streamline the design). Adding taglist to all article headers. Moving article_infos inclusion after the article content. --- sleepmap-theme/templates/index.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/sleepmap-theme/templates/index.html b/sleepmap-theme/templates/index.html index 5e1e676..18cde9c 100644 --- a/sleepmap-theme/templates/index.html +++ b/sleepmap-theme/templates/index.html @@ -5,28 +5,32 @@ {% for article in articles %} {% if loop.index == 1 %}
- {% if loop.length > 1 %} -

Other articles

-
    {% endif %} {% else %}
  1. {{ article.title }}

    + {% include 'taglist.html' %}
    -
    - {% include 'article_infos.html' %} - {{ article.summary }} - read more + {{ article.summary }} + read more
    + {% include 'article_infos.html' %}
  2. {% endif %} {% endfor %} -- cgit v1.2.3