From a813b5b4e21c1c1de39d265e1862a01b6244b8d4 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Tue, 26 Jan 2021 17:05:38 -0800 Subject: [PATCH] tell Isso not to hide comments just because there are many --- theme/templates/article.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/templates/article.html b/theme/templates/article.html index c1c249d..5f63729 100644 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -37,6 +37,8 @@ data-isso-reply-to-self="true" data-isso-require-author="true" data-isso-require-email="true" + data-isso-max-comments-top="inf" + data-isso-max-comments-nested="inf" data-isso-feed="true" {# TODO: why doesn't the feed link work?! #} src="//unremediatedgender.space/isso/js/embed.min.js">
-- 2.17.1