mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2025-07-01 05:45:59 -04:00
Only load Disqus when enabled on specific posts
This commit is contained in:
@ -18,4 +18,4 @@
|
||||
})();
|
||||
</script>
|
||||
{% endif %}
|
||||
{% if site.disqus_shortname %}{% include disqus_comments.html %}{% endif %}
|
||||
{% if page.comments %}{% include disqus_comments.html %}{% endif %}
|
Reference in New Issue
Block a user