Docker and Ghost CMS overhaul
This commit is contained in:
11
etc/ghost/content/themes/NEWcasper/partials/comments.hbs
Executable file
11
etc/ghost/content/themes/NEWcasper/partials/comments.hbs
Executable file
@@ -0,0 +1,11 @@
|
||||
<footer class="post comments">
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + window.disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user