switch around header levels
This commit is contained in:
@@ -18,7 +18,7 @@ tags: danny daniel berger dpb587 dbchip2000
|
||||
<div class="timeline">
|
||||
<time datetime="{{ post.date|date_to_xmlschema }}"><strong>{{ post.date|date:"%b %d"|upcase }}</strong><br />{{ post.date|date:"%Y" }}</time>
|
||||
</div>
|
||||
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
||||
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
||||
{% if post.description %}
|
||||
<div class="meta" style="margin-bottom:0;margin-top:0;">{{ post.description }}</div>
|
||||
{% endif %}
|
||||
@@ -29,7 +29,7 @@ tags: danny daniel berger dpb587 dbchip2000
|
||||
{% if paginator.next_page %}
|
||||
<section>
|
||||
<header>
|
||||
<h2><a href="/blog/">more posts →</a></h2>
|
||||
<h1><a href="/blog/">more posts →</a></h1>
|
||||
<div class="meta" style="margin-bottom:0;margin-top:0;">See the full list of {{ site.posts.size }} posts.</div>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user