fix(page): add missing `</div>`

This commit is contained in:
BobAnkh 2021-08-12 14:12:46 +08:00 committed by GitHub
parent 565b742bdd
commit 36234d13c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -129,6 +129,7 @@
<div id="disqus_thread"></div>
</div>
</div>
</div>
</section>
{% endif %}
{% endblock %}
@ -194,4 +195,4 @@
})();
</script>
{% endif %}
{% endblock %}
{% endblock %}