diff options
author | luxagraf <sng@luxagraf.net> | 2019-04-11 12:03:01 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-04-11 12:03:01 -0500 |
commit | ad12a1ebe7912a862bad223a5487dd9633fe6aa1 (patch) | |
tree | 6199f8fda74e9846f86a71132cbfaeeedecd575b /design/templates/fieldnotes/fieldnote_list.html | |
parent | edc7a0cc5322e5abe52df4484cf52bfbb59e89e4 (diff) |
added h-entry u-photo to notes template
Diffstat (limited to 'design/templates/fieldnotes/fieldnote_list.html')
-rw-r--r-- | design/templates/fieldnotes/fieldnote_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/fieldnotes/fieldnote_list.html b/design/templates/fieldnotes/fieldnote_list.html index 5c9c808..089c694 100644 --- a/design/templates/fieldnotes/fieldnote_list.html +++ b/design/templates/fieldnotes/fieldnote_list.html @@ -14,7 +14,7 @@ <main role="main" id="essay-archive" class="essay-archive archive-list"> <div class="essay-intro"> <h2>Field Notes</h2> - <p>Quick notes, sketches and images from the road. This is the semi-orgnized brain dump that comes before the more organized <a href="/jrnl/" title="read the journal">journal entries</a> and <a href="/essays/" title="read essays">essays</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 few people read it.</p> + <p>Quick notes, sketches and images from the road. This is the semi-orgnized brain dump that comes before the more organized <a href="/jrnl/" title="read the journal">journal entries</a> and <a href="/essays/" title="read essays">essays</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 %} <ul class="fancy-archive-list">{% for object in object_list %}{% if object.slug != 'about' %} |