Added new header system, waiting for texts to be added to .header-text

This commit is contained in:
2017-07-11 12:18:06 +02:00
parent 3269d2b65c
commit 050d446960
9 changed files with 176 additions and 41 deletions

View File

@ -4,6 +4,12 @@
{{!-- The big featured header --}}
{{!-- Everything inside the #author tags pulls data from the author --}}
<header class="top-header top-header-animate">
{{> "header"}}
</header>
{{#author}}
<header class="main-header author-head {{#if cover}}" style="background-image: url({{cover}}){{else}}no-cover{{/if}}">
</header>