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 @@