From 02f848e92c7c1e7e5c2d2265ef85977821f6376c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 31 Aug 2023 03:17:25 +0400 Subject: Disabled lazy loading for comments --- templates/includes/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') %} - + {% endif %} -- cgit v1.2.3