Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roryg/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'partials/post-content.hbs')
-rw-r--r--partials/post-content.hbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/partials/post-content.hbs b/partials/post-content.hbs
index e6df2ab..3f1c6ef 100644
--- a/partials/post-content.hbs
+++ b/partials/post-content.hbs
@@ -6,6 +6,10 @@
</header>
<div class="post-content clearfix">
+ {{#if image}}
+ <img class="post-featured-image" src="{{image}}">
+ {{/if}}
+
{{{content}}}
</div>