summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:27:14 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:27:54 +0100
commit956fb518ea235a62f14397c1add690f05e0a20b1 (patch)
treedb0425b953019dd4c9100686503422203bab69a1 /templates/index.html
parent517a416ebd9afb75275998bc257e07404d991cc1 (diff)
downloadkyblo-956fb518ea235a62f14397c1add690f05e0a20b1.tar.xz
Add entry title to navigation links
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</article>
{% if older %}
<div id="post-nav">
- <a class="older" href="{{ older['file'] }}.html">Older</a>
+ <a class="older" href="{{ older['file'] }}.html">Older ({{ older['title'] }})</a>
</div>
{% endif %}
{% endblock %}