lost-train/themes/moe-dark/templates/disqus_script.html
Dooho Yi 5cc21c5f58 + ‘themes/moe-dark/LICENSE’
+ ‘themes/moe-dark/README.md’
+ ‘themes/moe-dark/screenshot.png’
+ ‘themes/moe-dark/static/css/main.css’
+ ‘themes/moe-dark/static/css/pygment.css’
+ ‘themes/moe-dark/static/css/tachyons.min.css’
+ ‘themes/moe-dark/static/js/jquery-3.5.0.min.js’
+ ‘themes/moe-dark/templates/analytics.html’
+ ‘themes/moe-dark/templates/archives.html’
+ ‘themes/moe-dark/templates/article.html’
+ ‘themes/moe-dark/templates/author.html’
+ ‘themes/moe-dark/templates/authors.html’
+ ‘themes/moe-dark/templates/base.html’
+ ‘themes/moe-dark/templates/categories.html’
+ ‘themes/moe-dark/templates/category.html’
+ ‘themes/moe-dark/templates/comments.html’
+ ‘themes/moe-dark/templates/disqus_script.html’
+ ‘themes/moe-dark/templates/github.html’
+ ‘themes/moe-dark/templates/index.html’
+ ‘themes/moe-dark/templates/page.html’
+ ‘themes/moe-dark/templates/pagination.html’
+ ‘themes/moe-dark/templates/piwik.html’
+ ‘themes/moe-dark/templates/tag.html’
+ ‘themes/moe-dark/templates/taglist.html’
+ ‘themes/moe-dark/templates/tags.html’
+ ‘themes/moe-dark/templates/translations.html’
+ ‘themes/moe-dark/templates/twitter.html’
2020-05-23 02:42:04 +09:00

12 lines
444 B
HTML

{% if DISQUS_SITENAME %}
<script type="text/javascript">
var disqus_shortname = '{{ DISQUS_SITENAME }}';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
{% endif %}