feat: update posts page
This commit is contained in:
parent
2d4ff7b11c
commit
c4705a142c
2 changed files with 11 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{% macro list(posts) %}
|
||||
<ul class="[ list-none p-0 flow mt-1 mb-0 flow-space-0.25 ]">
|
||||
<ul class="[ flow list-none m-0 p-0 flow-space-0.25 ]">
|
||||
{% for post in posts %}
|
||||
<li class="[ flex flex-wrap column-gap-1 row-gap-0 ]">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue