summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-09-07 21:44:44 +0200
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-09-07 21:45:12 +0200
commit8349cf1aa1bf4675ba10bc47882a7fb089a54ceb (patch)
tree0cdcbebeca9b49bcfe5242d0579a59a446edc393
parentfe56862a539d0196b4c6e852d3fa31e0768733c9 (diff)
Remove custom Disqus template
-rw-r--r--layouts/_default/single.html2
-rw-r--r--layouts/partials/disqus.html14
2 files changed, 1 insertions, 15 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 2317495..c5fdbc2 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -7,6 +7,6 @@
{{ if .Site.Params.disqusShortname -}}
<h2>Comments</h2>
-{{ partial "disqus" . }}
+
{{- end }}
{{- end }} \ No newline at end of file
diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html
deleted file mode 100644
index 323ae04..0000000
--- a/layouts/partials/disqus.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<div id="disqus_thread"></div>
-<script type="text/javascript">
- /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
- var disqus_shortname = '{{ .Site.Params.disqusShortname }}'; // Required - Replace '<example>' with your forum shortname
-
- /* * * DON'T EDIT BELOW THIS LINE * * */
- (function() {
- var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
- dsq.src = '//' + 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>
-</div> \ No newline at end of file