diff --git a/_includes/comments/giscus.html b/_includes/comments/giscus.html
index ed918a9..8f04246 100644
--- a/_includes/comments/giscus.html
+++ b/_includes/comments/giscus.html
@@ -30,6 +30,7 @@
'data-theme': initTheme,
'data-input-position': '{{ site.comments.giscus.input_position | default: 'bottom' }}',
'data-lang': '{{ site.comments.giscus.lang | default: lang }}',
+ 'data-loading': 'lazy',
crossorigin: 'anonymous',
async: ''
};