Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / post.hbs
index 64c343a14c55eec190af792061a3987c53f780f7..0568f826ba3f4f63c5cf9aafa14e4c46bdbdbb05 100644 (file)
--- a/post.hbs
+++ b/post.hbs
@@ -1,22 +1,17 @@
 {{!< default}}
 {{#post}}
-    <div class="post-single {{post_class}}">
-        <div class="post-header">
-            <h1>{{title}}</h1>
-            {{> "post-single-meta"}}
+    <div class="c-post-view {{post_class}}">
+        <div class="c-post-view__header">
+            <h1 class="c-post-view__header__title">{{title}}</h1>
+            {{> "post-meta"}}
         </div>
 
-        <div class="post-content">
+        <div class="c-post-view__content">
             {{content}}
         </div>
 
-        <div class="post-footer">
-            {{> "post-single-meta"}}
+        <div class="c-post-view__footer">
+            {{> "post-meta"}}
         </div>
     </div>
-
-    <div id="disqus_thread"></div>
-    <script async="async">
-        /* Paste Your Disqus Embed Code Here */
-    </script>
 {{/post}}
\ No newline at end of file