diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/archives/essays.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/essays.html b/design/templates/archives/essays.html index 648d7e9..c5b4eab 100644 --- a/design/templates/archives/essays.html +++ b/design/templates/archives/essays.html @@ -11,7 +11,7 @@ </ul> <main role="main" id="essay-archive" class="src-archive"> <h1 class="topic-hed">Essays</h1> - <h4>Stuff that isn't really travel related</h4>{% for object in object_list %} + <h4 class="break subhead">Stuff that isn't really travel related</h4>{% for object in object_list %} <article class="h-entry hentry {% cycle 'odd' 'even' %} {% cycle 'first' 'second' 'third' %}" itemscope itemType="http://schema.org/Article"> <h2><a href="{{object.get_absolute_url}}">{{object.title|safe|smartypants|widont}}</a></h2> <p>{{object.meta_description|safe|smartypants|widont}} <a href="{{object.get_absolute_url}}">Read more.</a></p> |