Yuika/index.hbs

18 lines
354 B
Handlebars
Raw Normal View History

2019-11-08 20:59:26 +00:00
{{!< default}}
2020-11-11 04:54:56 +00:00
{{!--
2019-11-14 07:15:38 +00:00
<div class="relative group index-header">
2020-11-11 04:54:56 +00:00
{{> header-background background=@site.cover_image}}
2019-11-14 05:41:19 +00:00
<div class="w-full h-full opacity-50 bg-black">
2019-11-08 20:59:26 +00:00
</div>
</div>
</div>
2020-11-11 04:54:56 +00:00
--}}
<div class="post-feed content w-full px-2">
2019-11-09 21:10:51 +00:00
{{#foreach posts}}
{{> "post-card"}}
{{/foreach}}
2019-11-08 20:59:26 +00:00
</div>
2019-11-09 06:03:26 +00:00
{{#contentFor "scripts"}}
{{/contentFor}}