1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-28 19:52:50 +00:00
Yuika/index.hbs
2020-11-11 11:54:56 +07:00

18 lines
354 B
Handlebars

{{!< default}}
{{!--
<div class="relative group index-header">
{{> header-background background=@site.cover_image}}
<div class="w-full h-full opacity-50 bg-black">
</div>
</div>
</div>
--}}
<div class="post-feed content w-full px-2">
{{#foreach posts}}
{{> "post-card"}}
{{/foreach}}
</div>
{{#contentFor "scripts"}}
{{/contentFor}}