Finalizing template for deployment on chrg.nl

This commit is contained in:
2017-07-17 17:01:40 +02:00
parent cf23e30989
commit d650943618
12 changed files with 980 additions and 55 deletions

View File

@ -2,6 +2,7 @@
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{!-- The big featured header --}}
{{> "header" }}
{{!-- Everything inside the #author tags pulls data from the author --}}
{{#author}}
@ -10,7 +11,7 @@
<section class="author-profile inner">
{{#if image}}
<figure class="author-image">
<figure class="author-image {{#if cover}}author-image-cover{{/if}}">
<div class="img" style="background-image: url({{image}})"><span class="hidden">{{name}}'s Picture</span></div>
</figure>
{{/if}}