diff --git a/README.rst b/README.rst
deleted file mode 100644
index df79148..0000000
--- a/README.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Pelican themes
-##############
-
-This repository contains themes for pelican, feel free to clone, add you own
-and make a pull request, it's community-managed!
diff --git a/bootlex/templates/archives.html b/bootlex/templates/archives.html
index 6e364d0..f7552de 100644
--- a/bootlex/templates/archives.html
+++ b/bootlex/templates/archives.html
@@ -9,7 +9,7 @@ class="active"
{% for article in dates %}
{{ article.locale_date }}
- {{ article.title }}
+ {{ article.title }}
{% endfor %}
{% endblock %}
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html
index 95629dd..3aaffa6 100644
--- a/bootlex/templates/base.html
+++ b/bootlex/templates/base.html
@@ -5,8 +5,8 @@
{% block head %}
{% block title %}{% endblock title %} - {{ SITENAME }}
-
-
+
+
{% endblock head %}
{% include 'analytics.html' %}
@@ -25,18 +25,18 @@
Index
- Tags
- Archiv
+ Tags
+ Archiv
{% if DISPLAY_PAGES_ON_MENU %}
{% if PAGES %}
{% for p in PAGES %}
- {{ p.title }}
+ {{ p.title }}
{% endfor %}
{% endif %}
{% else %}
{# {% for cat, null in categories %}
- {{ cat }}
+ {{ cat }}
{% endfor %}
#}
{% endif %}
diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html
index c45a57a..c76ab3e 100644
--- a/bootlex/templates/index.html
+++ b/bootlex/templates/index.html
@@ -13,18 +13,18 @@
- {% if article.author %}{{ article.author }} - {% endif %} {{ article.locale_date }} - {% if article.tags %}{% for tag in article.tags %}{{ tag }} {% if not loop.last %}, {% endif %}{% endfor %}{% endif %}
+ {% if article.author %}{{ article.author }} - {% endif %} {{ article.locale_date }} - {% if article.tags %}{% for tag in article.tags %}{{ tag }} {% if not loop.last %}, {% endif %}{% endfor %}{% endif %}
{{ article.summary }}
{% if DISQUS_SITENAME %}
-
+
{% endif %}