+ ‘themes/yoshi/README.md’ + ‘themes/yoshi/screenshot.png’ + ‘themes/yoshi/static/css/main.css’ + ‘themes/yoshi/static/css/pygment.css’ + ‘themes/yoshi/static/css/tachyons.min.css’ + ‘themes/yoshi/static/js/jquery-3.5.0.min.js’ + ‘themes/yoshi/templates/analytics.html’ + ‘themes/yoshi/templates/archives.html’ + ‘themes/yoshi/templates/article.html’ + ‘themes/yoshi/templates/author.html’ + ‘themes/yoshi/templates/authors.html’ + ‘themes/yoshi/templates/base.html’ + ‘themes/yoshi/templates/categories.html’ + ‘themes/yoshi/templates/category.html’ + ‘themes/yoshi/templates/comments.html’ + ‘themes/yoshi/templates/disqus_script.html’ + ‘themes/yoshi/templates/github.html’ + ‘themes/yoshi/templates/index.html’ + ‘themes/yoshi/templates/page.html’ + ‘themes/yoshi/templates/pagination.html’ + ‘themes/yoshi/templates/piwik.html’ + ‘themes/yoshi/templates/tag.html’ + ‘themes/yoshi/templates/taglist.html’ + ‘themes/yoshi/templates/tags.html’ + ‘themes/yoshi/templates/translations.html’ + ‘themes/yoshi/templates/twitter.html’
12 lines
444 B
HTML
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 %}
|