Added all theme files
[ghost-theme-willow.git] / post.hbs
diff --git a/post.hbs b/post.hbs
new file mode 100644 (file)
index 0000000..64c343a
--- /dev/null
+++ b/post.hbs
@@ -0,0 +1,22 @@
+{{!< default}}
+{{#post}}
+    <div class="post-single {{post_class}}">
+        <div class="post-header">
+            <h1>{{title}}</h1>
+            {{> "post-single-meta"}}
+        </div>
+
+        <div class="post-content">
+            {{content}}
+        </div>
+
+        <div class="post-footer">
+            {{> "post-single-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