From 39c1a0cd4e44a86974ee1829a8d86e77dd2cc1df Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 21 Jul 2014 22:05:01 +0200 Subject: gum: retab index.html tabs and spaces were mixed in index.html, retabbed to spaces-only with tabstop=4 --- gum/templates/index.html | 68 ++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'gum/templates/index.html') diff --git a/gum/templates/index.html b/gum/templates/index.html index d762a53..e97e9e3 100644 --- a/gum/templates/index.html +++ b/gum/templates/index.html @@ -10,40 +10,40 @@
-
    - {% for article in articles_page.object_list %} -
  1. -

    {{ article.title }}

    -
    - {{ article.locale_date }} - {% if article.authors %} -
    By - {% for author in article.authors|sort %} - {{ author }} - {% endfor %} -
    - {% endif %} -
    -
    {{ article.summary }}
    - - - - - -
    - {% if article.tags %} - Tagged as : - {% for tag in article.tags %} - {{ tag|e }} - {% endfor %} - {% endif %} -
    - - - -
  2. - {% endfor %} -
+
    + {% for article in articles_page.object_list %} +
  1. +

    {{ article.title }}

    +
    + {{ article.locale_date }} + {% if article.authors %} +
    By + {% for author in article.authors|sort %} + {{ author }} + {% endfor %} +
    + {% endif %} +
    +
    {{ article.summary }}
    + + + + + +
    + {% if article.tags %} + Tagged as : + {% for tag in article.tags %} + {{ tag|e }} + {% endfor %} + {% endif %} +
    + + + +
  2. + {% endfor %} +
-- cgit v1.1