From 320fc05064b532b0cd0ec383aae5ff3d48ec71f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Wed, 24 Oct 2012 18:45:19 +0200 Subject: [PATCH] fix the links on the bootlex theme --- README.rst | 5 ----- bootlex/templates/archives.html | 2 +- bootlex/templates/base.html | 12 ++++++------ bootlex/templates/index.html | 6 +++--- 4 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 README.rst 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 @@