Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / partials / comments.hbs
diff --git a/partials/comments.hbs b/partials/comments.hbs
new file mode 100644 (file)
index 0000000..5ef5e24
--- /dev/null
@@ -0,0 +1,13 @@
+<div class="c-disqus-comments">
+    {{! Replace Code From Here }}
+    <div id="disqus_thread"></div>
+    <script>
+        (function() {
+            var d = document, s = d.createElement('script');
+            s.src = '//raivis.disqus.com/embed.js';
+            s.setAttribute('data-timestamp', +new Date());
+            (d.head || d.body).appendChild(s);
+        })();
+    </script>
+    {{! Replace Code Until Here }}
+</div>
\ No newline at end of file