Added new header system, waiting for texts to be added to .header-text
This commit is contained in:
4
post.hbs
4
post.hbs
@ -6,6 +6,10 @@
|
||||
{{!-- Everything inside the #post tags pulls data from the post --}}
|
||||
{{#post}}
|
||||
|
||||
<header class="top-header top-header-animate">
|
||||
{{> "header"}}
|
||||
</header>
|
||||
|
||||
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}">
|
||||
</header>
|
||||
|
||||
|
Reference in New Issue
Block a user