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 'page.hbs')
-rw-r--r--page.hbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/page.hbs b/page.hbs
index b94e173..022b024 100644
--- a/page.hbs
+++ b/page.hbs
@@ -9,7 +9,9 @@
<p class="blog-description">{{@blog.description}}</p>
</header>
- <div class="post-content">
+ <div class="post-content clearfix">
+ <img class="post-featured-image" src="{{image}}">
+
{{{content}}}
{{#if tags}}