From e357155471eb78a543aaa57195707bac3c34ea3d Mon Sep 17 00:00:00 2001 From: randogoth Date: Thu, 5 Feb 2026 15:29:06 +0100 Subject: [PATCH] removed geoblog dep --- web/pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pelicanconf.py b/web/pelicanconf.py index dd40680..2e91aa1 100644 --- a/web/pelicanconf.py +++ b/web/pelicanconf.py @@ -56,4 +56,4 @@ CATEGORY_SAVE_AS = '{slug}/index.html' DELETE_OUTPUT_DIRECTORY = True -PLUGINS = ['geoblog'] \ No newline at end of file +# PLUGINS = ['geoblog'] \ No newline at end of file