Feat: Import all old stuff
This commit is contained in:
16
theme/templates/partial/disqus.html
Normal file
16
theme/templates/partial/disqus.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% if DISQUS_SITENAME %}
|
||||
<!-- Disqus -->
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
var disqus_shortname = '{{ DISQUS_SITENAME }}';
|
||||
(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 comments.') }}
|
||||
</noscript>
|
||||
<!-- End Disqus -->
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user