Fix headings on latest blog cards (#38701)

This commit is contained in:
Darren Griffin 2025-04-23 22:36:53 +01:00 committed by GitHub
parent 5625d317eb
commit 3e322645ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
{% assign blog_post_limit = 4 %}
<!-- Home Assistant updates posts -->
<div class="recent-posts material-card text">
<h2>{% icon "mdi:new-box" %} Release Notes</h2>
<h1>{% icon "mdi:new-box" %} Release Notes</h1>
<ol>
{% assign current = 0 %}
@ -32,7 +32,7 @@
<!-- Recent blog posts -->
<div class="recent-posts material-card text">
<h2>{% icon "mdi:newspaper-variant-multiple" %} Recent Blog Posts</h2>
<h1>{% icon "mdi:newspaper-variant-multiple" %} Recent Blog Posts</h1>
<ol>
{% assign current = 0 %}