fix: Wrong closing of h5 tag (#12178)

This commit is contained in:
Manduul. B 2021-01-08 13:41:50 +08:00 committed by GitHub
parent 121dc23dca
commit 11c01cd52d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>