fix: use defer to execute script after page load

Signed-off-by: Kirill K <kovalev.kirill.a@gmail.com>
This commit is contained in:
Kirill K 2019-06-09 08:19:51 +03:00
parent d11215dc1d
commit 3ca83eae2e
No known key found for this signature in database
GPG Key ID: 134C15C3946D6199

View File

@ -1,2 +1,2 @@
<div id="commento"></div>
<script src="https://cdn.commento.io/js/commento.js"></script>
<script defer src="https://cdn.commento.io/js/commento.js"></script>