mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix headings on latest blog cards (#38701)
This commit is contained in:
parent
5625d317eb
commit
3e322645ce
@ -5,7 +5,7 @@
|
|||||||
{% assign blog_post_limit = 4 %}
|
{% assign blog_post_limit = 4 %}
|
||||||
<!-- Home Assistant updates posts -->
|
<!-- Home Assistant updates posts -->
|
||||||
<div class="recent-posts material-card text">
|
<div class="recent-posts material-card text">
|
||||||
<h2>{% icon "mdi:new-box" %} Release Notes</h2>
|
<h1>{% icon "mdi:new-box" %} Release Notes</h1>
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
{% assign current = 0 %}
|
{% assign current = 0 %}
|
||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
<!-- Recent blog posts -->
|
<!-- Recent blog posts -->
|
||||||
<div class="recent-posts material-card text">
|
<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>
|
<ol>
|
||||||
{% assign current = 0 %}
|
{% assign current = 0 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user