summaryrefslogtreecommitdiff
path: root/quoins/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'quoins/templates/index.html')
-rw-r--r--quoins/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/quoins/templates/index.html b/quoins/templates/index.html
index cf447d4..97bf963 100644
--- a/quoins/templates/index.html
+++ b/quoins/templates/index.html
@@ -58,10 +58,10 @@
58 58
59 <div class="blog-paginate"> 59 <div class="blog-paginate">
60 <span py:if="prev is not None"> 60 <span py:if="prev is not None">
61 <a href="${url.current(start=prev)}">Previous five posts</a> 61 <a href="${quoins.current_url(start=prev)}">Previous five posts</a>
62 </span> 62 </span>
63 <span py:if="next is not None"> 63 <span py:if="next is not None">
64 <a href="${url.current(start=next)}">Next five posts</a> 64 <a href="${quoins.current_url(start=next)}">Next five posts</a>
65 </span> 65 </span>
66 </div> <!-- blog-paginate --> 66 </div> <!-- blog-paginate -->
67 </div> <!-- blog-content --> 67 </div> <!-- blog-content -->