1
0
mirror of https://github.com/Damillora/Yuika synced 2024-09-14 07:01:59 +00:00
Yuika/index.hbs
Damillora 94bf398368 Yuika v1
- Upgrade Tailwind to 1.4, integrating CSS grid and transition utilities
- Upgrade other dependencies
- Change design
2021-01-12 19:47:42 +00:00

16 lines
437 B
Handlebars

{{!< default}}
{{> "site-header"}}
<div class="relative group index-header">
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background 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}}