aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-31 02:17:25 +0300
committerValentin Popov <valentin@popov.link>2023-08-31 02:17:25 +0300
commit02f848e92c7c1e7e5c2d2265ef85977821f6376c (patch)
treee20b770d244c74a35a99489c76f7cfe9f40b6dde
parent8141a3bd86544a70eaef091bbaa2528e4f183ad1 (diff)
downloadpopov.link-02f848e92c7c1e7e5c2d2265ef85977821f6376c.tar.xz
popov.link-02f848e92c7c1e7e5c2d2265ef85977821f6376c.zip
Disabled lazy loading for comments
-rw-r--r--templates/includes/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/comments.html b/templates/includes/comments.html
index 9f0457e..45902d4 100644
--- a/templates/includes/comments.html
+++ b/templates/includes/comments.html
@@ -1,5 +1,5 @@
{% set url = current_url | default(value='/') %}
{% if url is not containing('.onion') %}
-<script async crossorigin="anonymous" data-category-id="DIC_kwDOIYDdA84CWSzD" data-category="Announcements" data-emit-metadata="0" data-input-position="bottom" data-lang="en" data-loading="lazy" data-mapping="title" data-reactions-enabled="1" data-repo-id="R_kgDOIYDdAw" data-repo="valentineus/popov.link" data-strict="1" data-theme="transparent_dark" src="https://giscus.app/client.js"></script>
+<script async crossorigin="anonymous" data-category-id="DIC_kwDOIYDdA84CWSzD" data-category="Announcements" data-emit-metadata="0" data-input-position="bottom" data-lang="en" data-mapping="title" data-reactions-enabled="1" data-repo-id="R_kgDOIYDdAw" data-repo="valentineus/popov.link" data-strict="1" data-theme="transparent_dark" src="https://giscus.app/client.js"></script>
{% endif %}