From 956fb518ea235a62f14397c1add690f05e0a20b1 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 11:27:14 +0100 Subject: Add entry title to navigation links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 643af81..628e078 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@ {% if older %}
- Older + Older ({{ older['title'] }})
{% endif %} {% endblock %} -- cgit v1.2.3-54-g00ecf