fix: Wrong closing of h5 tag (#12178)
This commit is contained in:
parent
121dc23dca
commit
11c01cd52d
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
{%- if post.featured -%}
|
||||
<h5 class="mt-1"><span class="text-dark">{{ post.title }}</span></h5>
|
||||
{%- else -%}
|
||||
<h5 class="mt-1"><span class="text-dark">{{ post.title }}</span></h3>
|
||||
<h5 class="mt-1"><span class="text-dark">{{ post.title }}</span></h5>
|
||||
{%- endif -%}
|
||||
<p class="post-description text-muted">{{ post.intro }}</p>
|
||||
</div>
|
||||
|
|
@ -38,4 +38,4 @@
|
|||
</div>
|
||||
<a class="stretched-link" href="/{{ post.route }}"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue