summaryrefslogtreecommitdiff
path: root/design/templates/archives/notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives/notes.html')
-rw-r--r--design/templates/archives/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/notes.html b/design/templates/archives/notes.html
index 8dc168e..9960fc8 100644
--- a/design/templates/archives/notes.html
+++ b/design/templates/archives/notes.html
@@ -14,7 +14,7 @@
<main role="main">
<h1>Field Notes</h1>
<h4 class="subhead divide-after">Quick notes and images from the road</h4>
- {% autopaginate object_list 2 %}{% for object in object_list %}
+ {% autopaginate object_list 16 %}{% for object in object_list %}
<article class="h-entry">
<h2 class="p-name note--title hide">{{object.title|safe|amp|smartypants}}</h2>
<h5 class="note--date-hed"><a class="u-url" href="{{object.get_absolute_url}}" rel="bookmark"><time class="dt-published" datetime="{{object.pub_date|html5_datetime}}">{{object.pub_date|date:"F j, Y"}}</time></a></h5>