summaryrefslogtreecommitdiff
path: root/design/templates/archives/sketches.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-02-06 10:36:26 -0600
committerluxagraf <sng@luxagraf.net>2018-02-06 10:36:26 -0600
commit58473dd4e0758894f15f834bddedd0caf11cfa59 (patch)
tree6f4d4fb9e120813bcbaaf03044fdb84eb7764c41 /design/templates/archives/sketches.html
parentadcd4671a261aa72d459b691aabb6f2eef2a0cb7 (diff)
converted to new path url structure and updated pagination to handle it.
Diffstat (limited to 'design/templates/archives/sketches.html')
-rw-r--r--design/templates/archives/sketches.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/archives/sketches.html b/design/templates/archives/sketches.html
index 56d3714..1021c25 100644
--- a/design/templates/archives/sketches.html
+++ b/design/templates/archives/sketches.html
@@ -1,6 +1,7 @@
{% extends 'base.html' %}
{% load typogrify_tags %}
{% load html5_datetime %}
+{% load pagination_tags %}
{% block pagetitle %} Field Notes | luxagraf {% endblock %}
{% block metadescription %} Rough notes and sketches from the field {% endblock %}
{%block bodyid%}class="notes" id="notes-archive"{%endblock%}
@@ -13,8 +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>
- {% for object in object_list %}
-
+ {% autopaginate object_list 12 %}{% 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">