h3 -> h2 in blog archive
This commit is contained in:
parent
1c48e47773
commit
0840f33c1f
1 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
|||
<li class="card flow clickable-card overflow-hidden">
|
||||
<h2>
|
||||
<a href="{{ post.url | url }}">{{ post.data.title }}</a>
|
||||
</h2>
|
||||
{% set definedDate = post.date %} {% include "partials/date.njk" %}
|
||||
<p>{{ post.data.description }}</p>
|
||||
</li>
|
||||
Loading…
Reference in a new issue