This commit is contained in:
John O'Nolan 2019-11-15 00:02:57 +07:00
parent f14ac2385a
commit 88a76fd2e6
11 changed files with 96 additions and 100 deletions

View file

@ -5,15 +5,15 @@
<article class="{{post_class}}">
<header class="gh-header gh-canvas">
{{#if feature_image}}
<img class="gh-image" src="{{feature_image}}" alt="{{title}}" />
{{/if}}
<h1 class="gh-title">{{title}}</h1>
{{#if custom_excerpt}}
<p class="gh-excerpt">{{custom_excerpt}}</p>
{{/if}}
{{#if feature_image}}
<img class="gh-feature-image" src="{{feature_image}}" alt="{{title}}" />
{{/if}}
</header>
<div class="gh-content gh-canvas">