Skip to content

✨ Feat(blog): remove disqus because it's not used (yes it's a feature) #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions site/layouts/blog/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,29 +92,6 @@ <h2>{{ .Title }}</h2>
{{ end }}
</ul>
</section>

<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'codetroopers' // required: replace example with your forum shortname
var disqus_url = window.location.href
if (window.location.protocol != 'http:') {
disqus_url = 'http:' + window.location.href.substring(window.location.protocol.length)
}

/* * * 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="http://disqus.com/?ref_noscript">comments
powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span
class="logo-disqus">Disqus</span></a>
</div>
</article>
</div>
Expand Down