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