summaryrefslogtreecommitdiff
path: root/design/templates/archives/sketches.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives/sketches.html')
-rw-r--r--design/templates/archives/sketches.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/design/templates/archives/sketches.html b/design/templates/archives/sketches.html
index 1021c25..cf53ac1 100644
--- a/design/templates/archives/sketches.html
+++ b/design/templates/archives/sketches.html
@@ -14,7 +14,7 @@
<main role="main">
<h1>Field Notes</h1>
<h4 class="subhead divide-after">Quick notes, sketches and images from the road (often literally)</h4>
- {% autopaginate object_list 12 %}{% for object in object_list %}
+ {% autopaginate object_list 8 %}{% for object in object_list %}
<article class="h-entry post--article">
{% if object.title %}<h1 class="p-name note--title"><a href="{{object.get_absolute_url}}" class="permalink">{{object.title|safe|amp|smartypants}}</a></h1>{%endif%}
<div class="e-content">
@@ -59,7 +59,11 @@
</footer>
</article>
{% endfor %}
- </main>
+ </main>
+
+ <nav class="pagination">
+ {% paginate %}
+ </nav>
{% endblock %}