Skip to content

Commit b446894

Browse files
authored
✨ Feat(blog): remove disqus because it's not used (yes it's a feature) (#129)
1 parent 9e37480 commit b446894

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

site/layouts/blog/single.html

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -92,29 +92,6 @@ <h2>{{ .Title }}</h2>
9292
{{ end }}
9393
</ul>
9494
</section>
95-
96-
<div id="disqus_thread"></div>
97-
<script type="text/javascript">
98-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
99-
var disqus_shortname = 'codetroopers' // required: replace example with your forum shortname
100-
var disqus_url = window.location.href
101-
if (window.location.protocol != 'http:') {
102-
disqus_url = 'http:' + window.location.href.substring(window.location.protocol.length)
103-
}
104-
105-
/* * * DON'T EDIT BELOW THIS LINE * * */
106-
(function () {
107-
var dsq = document.createElement('script')
108-
dsq.type = 'text/javascript'
109-
dsq.async = true
110-
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
111-
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq)
112-
})()
113-
</script>
114-
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments
115-
powered by Disqus.</a></noscript>
116-
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span
117-
class="logo-disqus">Disqus</span></a>
11895
</div>
11996
</article>
12097
</div>

0 commit comments

Comments
 (0)