summaryrefslogtreecommitdiff
path: root/design/templates/archives/notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/archives/notes.html')
-rw-r--r--design/templates/archives/notes.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/design/templates/archives/notes.html b/design/templates/archives/notes.html
index 9429831..4e8b105 100644
--- a/design/templates/archives/notes.html
+++ b/design/templates/archives/notes.html
@@ -12,11 +12,12 @@
</ul>
<main role="main">
<h1>Field Notes</h1>
+ <h4 class="subhead divide-after">Quick notes and images from the road</h4>
{% for object in object_list %}
<article class="h-entry">
- <h2 class="p-name note--title">{{object.title|safe|amp|smartypants}}</h2>
+ <h2 class="p-name note--title hide">{{object.title|safe|amp|smartypants}}</h2>
<div class="e-content">
- {{object.body_html|safe|amp|smartypants|urlizetrunc:45 }}
+ {{object.body_html|safe|smartypants}}
</div>
<span class="p-author h-card">
<data class="p-name" value="Scott Gilbertson"></data>