diff options
author | luxagraf <sng@luxagraf.net> | 2019-03-03 15:42:30 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-03-03 15:42:30 -0600 |
commit | c24e6043db413f5722e7d378805da069698d64e7 (patch) | |
tree | 918a82522b1f2775bbdceb8abc3d0772c0c50f4a /design/templates/archives/notes.html | |
parent | 16e406acfe5ae26b7f80fa6b7cb1a1c1194d4697 (diff) |
got rid of old sketches model
Diffstat (limited to 'design/templates/archives/notes.html')
-rw-r--r-- | design/templates/archives/notes.html | 2 |
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> |