From e3ef2dc4dae66033cf2add55454ea8409d87b494 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Fri, 22 Jan 2021 16:27:58 +0000 Subject: [PATCH] Increase max-webmentions to 200 --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 87a6073..4cda759 100644 --- a/conf.py +++ b/conf.py @@ -1289,7 +1289,7 @@ GLOBAL_CONTEXT = { }, 'webmention_js': { - 'max-webmentions': 100, + 'max-webmentions': 200, 'sort-dir': 'down', }, }