feat: remove emojis on post-item block

This commit is contained in:
Ayo Ayco 2024-07-11 23:08:13 +02:00
parent 001533bcd1
commit 2de49018ce

View file

@ -1,15 +1,13 @@
<li class="blog-home__list-items__item"> <li class="blog-home__list-items__item">
<div class="blog-home__list-items__item__header"> <div class="blog-home__list-items__item__header">
<div class="blog-home__list-items__item__header__meta"> <div class="blog-home__list-items__item__header__meta">
<span <small>{% assign date_format = site.minima.date_format | default: "%b %-d,
>🗓️ {% assign date_format = site.minima.date_format | default: "%b %-d,
%Y" %} {{ post.date | date: date_format }} %Y" %} {{ post.date | date: date_format }}
</span> </small>
<span <small>
>#️⃣ <a href="/{{post.category}}">{{post.category | capitalize }}</a>
<a href="/{{post.category}}">{{post.category | capitalize }}</a></span </small>
>
</div> </div>
<div> <div>
<h2 class="blog-home__list-items__item__header__title"> <h2 class="blog-home__list-items__item__header__title">
@ -20,4 +18,4 @@
<span>{{post.description}}</span> <span>{{post.description}}</span>
</div> </div>
</div> </div>
</li> </li>