mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
22 lines
649 B
HTML
22 lines
649 B
HTML
<a href="{{ post.url }}">
|
|
<div class="material-card">
|
|
<div class="img" style="background-image: url({{ post.og_image }})"></div>
|
|
<div class="caption">
|
|
<div>
|
|
<div class="title">
|
|
{{ post.title }}
|
|
</div>
|
|
<div class="subtitle">
|
|
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>
|
|
{{ post.date | date: "<span class='month'>%b</span> <span class='day'>%d</span>"}}
|
|
</time>
|
|
</div>
|
|
</div>
|
|
<svg viewBox="0 0 24 24">
|
|
<path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"/>
|
|
</svg>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
|