Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / post.hbs
index 0568f826ba3f4f63c5cf9aafa14e4c46bdbdbb05..776f000438ca8dfbd1da1674fc78bdf01b310081 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>
 
@@ -13,5 +16,7 @@
         <div class="c-post-view__footer">
             {{> "post-meta"}}
         </div>
+
+        <!--{{> "comments"}}-->
     </div>
 {{/post}}
\ No newline at end of file