diff options
author | luxagraf <sng@luxagraf.net> | 2016-06-17 10:21:26 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-06-17 10:21:26 -0400 |
commit | b658d4b38f1aab3ed1bdc629300392c1b3e9e8fa (patch) | |
tree | 28eefd84cd586f23f1b1e7d96c4b58c229b7e183 /design/templates/archives/notes.html | |
parent | cec274a4b7de8e07a3d7dc29127ba18f0dd42305 (diff) |
fixed notes to be like an instagram for the web also tweaked styles for
picwide captions and added support for show camera make, model and lens
Diffstat (limited to 'design/templates/archives/notes.html')
-rw-r--r-- | design/templates/archives/notes.html | 5 |
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> |