summaryrefslogtreecommitdiffstats
path: root/layouts/partials/comment-disqus.html
diff options
context:
space:
mode:
authoramzrk22020-05-27 22:53:13 +0800
committeramzrk22020-05-27 22:53:13 +0800
commitdfb6e1f80754c1c8f2d4d332c5292319f008a67b (patch)
treefd8c0cf13e03613b6a39c662b6a0ced87fb69157 /layouts/partials/comment-disqus.html
parentaa5290aeef9df1c583fdf30290351968df9215dc (diff)
downloadhugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.tar.gz
hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.tar.bz2
hugo-theme-fuji-dfb6e1f80754c1c8f2d4d332c5292319f008a67b.zip
v2 original port
Diffstat (limited to 'layouts/partials/comment-disqus.html')
-rw-r--r--layouts/partials/comment-disqus.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/layouts/partials/comment-disqus.html b/layouts/partials/comment-disqus.html
deleted file mode 100644
index 539f8c7..0000000
--- a/layouts/partials/comment-disqus.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{{ with .Site.Params.disqusShortname }}
-<div class="post-comment">
- <div id="disqus_thread"></div>
- <script>
- var disqus_config = function () {
- this.page.url = "{{ $.Permalink }}";
- this.page.identifier = "{{ $.RelPermalink }}";
- };
- (function () {
- var d = document,
- s = d.createElement('script');
- s.src = 'https://{{ . }}.disqus.com/embed.js';
- s.setAttribute('data-timestamp', +new Date());
- (d.head || d.body).appendChild(s);
- })();
- </script>
-</div>
-{{ end }} \ No newline at end of file