From 1bd296b995826161b68189165b1a84fc19103cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 4 Jan 2016 13:28:30 +0100 Subject: [PATCH] Some enhancements * add SITESUBTITLE for title pages * add pagination links for previous and next articles * remove hardcoded email of jvanz (creator of this theme) --- templates/base.html | 2 +- templates/index.html | 15 ++++++++++++--- templates/sidebar.html | 3 --- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/templates/base.html b/templates/base.html index 355cb2c..9eb0292 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,7 @@ - {% block title %}{{ SITENAME }}{% endblock title %} + {% block title %}{{ SITENAME }}{% endblock title %}{% if SITESUBTITLE %} - {{ SITESUBTITLE }}{% endif %} diff --git a/templates/index.html b/templates/index.html index b3472d5..a24cb00 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,9 +16,18 @@ {% endfor %} {% endblock %} - diff --git a/templates/sidebar.html b/templates/sidebar.html index 33b05ed..557fad9 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -13,9 +13,6 @@