diff options
author | luxagraf <sng@luxagraf.net> | 2016-12-28 11:23:45 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-12-28 11:23:45 -0500 |
commit | ce3a7a7bd5343e2726ab696af387084cb71375a1 (patch) | |
tree | 85ad07a52e249b08ee549bb3ef74cd98025a7bc7 /design/templates/archives | |
parent | 3216793fd46f48e6518893de9f3e2c99a06a9fd0 (diff) |
fixed some bugs
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/essays.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/design/templates/archives/essays.html b/design/templates/archives/essays.html index e5b1178..648d7e9 100644 --- a/design/templates/archives/essays.html +++ b/design/templates/archives/essays.html @@ -10,9 +10,8 @@ <li>Essays</li> </ul> <main role="main" id="essay-archive" class="src-archive"> - <h1 class="topic-hed">Essays </h1> - <h3 class="latest">Stuff that isn't really travel related</h3> - {% for object in object_list %} + <h1 class="topic-hed">Essays</h1> + <h4>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> |