From 320fc05064b532b0cd0ec383aae5ff3d48ec71f9 Mon Sep 17 00:00:00 2001 From: Alexis Métaireau Date: Wed, 24 Oct 2012 18:45:19 +0200 Subject: fix the links on the bootlex theme --- bootlex/templates/archives.html | 2 +- bootlex/templates/base.html | 12 ++++++------ bootlex/templates/index.html | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'bootlex/templates') 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 @@