Docker and Ghost CMS overhaul

This commit is contained in:
Marwolf
2018-08-18 01:10:09 -04:00
parent 399e5ea342
commit 4dd84332d5
105 changed files with 1289 additions and 337 deletions

View File

@@ -0,0 +1,17 @@
{{!< default}}
{{#post}}
<article class="{{post_class}}">
<header>
{{#if feature_image}}<img id="post-image" src="{{img_url feature_image}}" alt="{{title}}">{{/if}}
<h1 id="post-title">{{title}}</h1>
</header>
<div id="post-content" class="{{post_class}}">
{{content}}
</div>
</article>
{{/post}}