summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
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 %}