mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2025-06-30 21:36:15 -04:00
Fix Disqus loading with wonky if statement
This commit is contained in:
@ -18,4 +18,4 @@
|
||||
})();
|
||||
</script>
|
||||
{% endif %}
|
||||
{% if site.disqus_shortname and page.comments %}{% include disqus_comments.html %}{% endif %}
|
||||
{% if site.disqus_shortname %}{% include disqus_comments.html %}{% endif %}
|
Reference in New Issue
Block a user