From c24e6043db413f5722e7d378805da069698d64e7 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 3 Mar 2019 15:42:30 -0600 Subject: got rid of old sketches model --- design/templates/archives/notes.html | 2 +- design/templates/archives/sketches.html | 72 +++++++++++---------------------- 2 files changed, 24 insertions(+), 50 deletions(-) (limited to 'design') 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 @@

Field Notes

Quick notes and images from the road

- {% autopaginate object_list 2 %}{% for object in object_list %} + {% autopaginate object_list 16 %}{% for object in object_list %}

{{object.title|safe|amp|smartypants}}

diff --git a/design/templates/archives/sketches.html b/design/templates/archives/sketches.html index cf53ac1..06fe311 100644 --- a/design/templates/archives/sketches.html +++ b/design/templates/archives/sketches.html @@ -4,61 +4,35 @@ {% 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%} +{%block bodyid%}id="field-notes"{%endblock%} {% block primary %} -
-

Field Notes

-

Quick notes, sketches and images from the road (often literally)

- {% autopaginate object_list 8 %}{% for object in object_list %} -
- {% if object.title %}

{%endif%} -
- {{object.body_html|safe|smartypants}} -
- - - - - -
-{% endfor %} +
+
+

Field Notes

+

Quick notes, sketches and images from the road. This is the semi-orgnized brain dump that comes before the more organized journal entries and essays. If I used social media this is the stuff I'd probably put there, but I prefer to put it here, even if it means a lot few people read it.

+
+ {% autopaginate object_list 30 %} +