Tweaking theme to be compatible with 1.X versions of Ghost
[ghost-theme-willow.git] / post.hbs
index 0568f826ba3f4f63c5cf9aafa14e4c46bdbdbb05..7c03c3583414f49490674d8cef426137ba185872 100644 (file)
--- a/post.hbs
+++ b/post.hbs
@@ -1,8 +1,11 @@
 {{!< default}}
 {{#post}}
     <div class="c-post-view {{post_class}}">
-        <div class="c-post-view__header">
-            <h1 class="c-post-view__header__title">{{title}}</h1>
+        <div class="c-page-title">
+            <h1 class="c-page-title__heading">
+                {{title}}
+            </h1>
+
             {{> "post-meta"}}
         </div>
 
@@ -11,7 +14,9 @@
         </div>
 
         <div class="c-post-view__footer">
-            {{> "post-meta"}}
+            {{> "post-share"}}
+            {{> "prev-next"}}
+            <!--{{> "comments"}}-->
         </div>
     </div>
 {{/post}}
\ No newline at end of file