From 22ea952ed32c8528a5a579dcf489ee668796e02c Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 24 May 2015 16:42:06 +0200 Subject: [PATCH] Saner indentation --- categories/index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/categories/index.html b/categories/index.html index 3a7d19f..2aedd0a 100644 --- a/categories/index.html +++ b/categories/index.html @@ -8,23 +8,23 @@ header: ---
-
-

{{ page.title }}

-
    - {% for category in site.categories %} -
  • - {% categorylink category[0] %} - {% if category[0] == "kde" or category[0] == "s.t.e.a.l." %} - {{ category[0] | upcase }} - {% elsif category[0] contains "final fantasy" %} - {{ category[0] | capitalize_all | replace:'Xi','XI' | replace:'v','V'}} - {% else %} - {{ category[0] | capitalize_all }} - {% endif %} - - {% endcategorylink %} -
  • - {% endfor %} -
-
+
+

{{ page.title }}

+
    + {% for category in site.categories %} +
  • + {% categorylink category[0] %} + {% if category[0] == "kde" or category[0] == "s.t.e.a.l." %} + {{ category[0] | upcase }} + {% elsif category[0] contains "final fantasy" %} + {{ category[0] | capitalize_all | replace:'Xi','XI' | replace:'v','V'}} + {% else %} + {{ category[0] | capitalize_all }} + {% endif %} + + {% endcategorylink %} +
  • + {% endfor %} +
+
\ No newline at end of file