feat: posts layout update
This commit is contained in:
parent
d6e6e1f213
commit
e8500a2229
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<a href="{{ post.url }}">{{ post.data.title }}</a>
|
||||
<div class="[ text-fadeText font-size-s line-height-m ]">{{ post.data.excerpt }}</div>
|
||||
</div>
|
||||
<div class="[ text-fadeText line-height-m flex items-center ]">{{ post.data.date | formatDate("MM/DD") }}</div>
|
||||
<div class="[ text-fadeText ]">{{ post.data.date | formatDate("MM/DD") }}</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue