summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:05:03 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:05:03 +0100
commitfb4aa7e6db88943c0911c2a398f47465e9c291e6 (patch)
tree0aeb5fa200c48fd2b5c87211aee536153fa9c612 /templates/index.html
parenta64d33b93467c04485c23a0774e90b4129e371d6 (diff)
downloadkyblo-fb4aa7e6db88943c0911c2a398f47465e9c291e6.tar.xz
Oops, forgot to fix templates after slug -> file rename
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 0cabcdb..643af81 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['slug'] }}.html">Older</a>
+ <a class="older" href="{{ older['file'] }}.html">Older</a>
</div>
{% endif %}
{% endblock %}