mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
Fix related posts grid
This commit is contained in:
parent
0007563875
commit
9c42ad1b30
2
post.hbs
2
post.hbs
@ -86,7 +86,7 @@
|
||||
<p class="text-2xl">More in <a href="{{url}}" class="primary-tag-header text-2xl">{{name}}</a> </p>
|
||||
</div>
|
||||
{{/../primary_tag}}
|
||||
<div class="grid grid-cols-3 row-gap-4 col-gap-4 my-4">
|
||||
<div class="grid grid-rows-3 grid-cols-1 md:grid-rows-2 md:grid-cols-2 xl:grid-rows-1 xl:grid-cols-3 row-gap-4 col-gap-4 my-4">
|
||||
{{#foreach related_posts}}
|
||||
{{> post-card}}
|
||||
{{/foreach}}
|
||||
|
Loading…
Reference in New Issue
Block a user