fix: catalogue style
This commit is contained in:
parent
35f47a6f61
commit
9e4372cf3d
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
<div>
|
||||
<a href="{{ post.url }}">{{ post.data.title }}</a>
|
||||
</div>
|
||||
<div class="[ font-size-s line-height-s flex items-center ]"><p class="[ bg-surface text-primary p-0.5 radius-0.25 ]">{{ post.data.tags[1] }}</p></div>
|
||||
<div class="[ text-fadeText line-height-m flex items-center ]">{{ post.data.date | formatDate("MM/DD") }}</div>
|
||||
<div class="[ font-size-s line-height-s ]"><p class="[ bg-surface text-primary p-0.5 radius-0.25 ]">{{ post.data.tags[1] }}</p></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