diff options
author | luxagraf <sng@luxagraf.net> | 2020-08-25 21:31:54 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-08-25 21:31:54 -0400 |
commit | df35ae90033cd6885afc25928d36c4369c9815d1 (patch) | |
tree | 0119d9a344eaf65cb2135732ba1ebaa979932359 /app/posts/templates | |
parent | 3a58df4b950f43c3cb8e6d654d58d4c3e7cdeced (diff) |
fixed build bug in field notes
Diffstat (limited to 'app/posts/templates')
-rw-r--r-- | app/posts/templates/posts/fieldnote_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/fieldnote_list.html b/app/posts/templates/posts/fieldnote_list.html index fc15812..06d134e 100644 --- a/app/posts/templates/posts/fieldnote_list.html +++ b/app/posts/templates/posts/fieldnote_list.html @@ -25,7 +25,7 @@ <h2>Field Notes</h2> <p>Quick notes, sketches, and images from the road. This is the semi-organized brain dump that comes before the more organized <a href="/jrnl/" title="read the journal">journal entries</a>. 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 fewer people read it.</p> </div> - {% autopaginate object_list 30 %} + {% autopaginate object_list 24 %} <ul class="fancy-archive-list">{% for object in object_list %} <li class="h-entry hentry" itemscope itemType="http://schema.org/Article"> <a href="{{object.get_absolute_url}}" class="u-url"> |