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

@ -3,13 +3,15 @@
{{!-- The comment above "< default" means - insert everything in this file into
the {{{body}}} of the default.hbs template, containing the blog header/footer. --}}
{{> "header" }}
{{!-- Everything inside the #post tags pulls data from the post --}}
{{#post}}
<header class="main-header post-head {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}">
</header>
<main class="content" role="main">
<article class="{{post_class}}">
<article class="container {{post_class}}">
<header class="post-header">
<h1 class="post-title">{{title}}</h1>