mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
18 lines
563 B
Handlebars
18 lines
563 B
Handlebars
{{!< default}}
|
|
<div class="h-64 relative index-header">
|
|
{{> header-background background=@site.cover_image}} {{!--Special header-image.hbs partial to generate the background image--}}
|
|
<div class="h-full opacity-50 bg-black">
|
|
</div>
|
|
</div>
|
|
<div class="w-full flex flex-row justify-begin items-center absolute top-0 index-navbar">
|
|
{{> "site-header"}}
|
|
</div>
|
|
</div>
|
|
<div class="flex flex-wrap justify-start post-feed content w-full px-4">
|
|
{{#foreach posts}}
|
|
{{> "post-card"}}
|
|
{{/foreach}}
|
|
</div>
|
|
{{#contentFor "scripts"}}
|
|
{{/contentFor}}
|