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:
authorRory Gibson <rg.rorygibson@gmail.com>2013-09-20 20:24:13 +0400
committerRory Gibson <rg.rorygibson@gmail.com>2013-09-20 20:24:13 +0400
commit8929b550f410a71d386f07ef70fd745572b9f0ba (patch)
tree74484c3d90a432b75cd62a3733e3cd27040ee78b /index.hbs
parent071f91c611b06588aa913c8599602409e827694a (diff)
Fixed post not displaying on home page. (posts.0.content has changed to posts.0.html in ghost 3.x.x)
Diffstat (limited to 'index.hbs')
-rw-r--r--index.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.hbs b/index.hbs
index 491a379..84bd206 100644
--- a/index.hbs
+++ b/index.hbs
@@ -9,7 +9,7 @@
</header>
<div class="post-content">
- {{{posts.0.content}}}
+ {{{posts.0.html}}}
</div>
</article>
</div>