From f4447b7cd5b0af089cd413633255522cbaf81974 Mon Sep 17 00:00:00 2001 From: kaiete Date: Tue, 27 Apr 2021 19:23:02 +0100 Subject: [PATCH] Remove unused footer key/value in setup.json --- setup.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.json b/setup.json index c2a37f1..3cd58d9 100644 --- a/setup.json +++ b/setup.json @@ -3,6 +3,5 @@ "description": "My blog, made with with kaiete/pyposts", "postname": ["Hello","And","","",""], "postcontent": ["This is an example post.","here is another one.","","",""], - "comment": "If you don't want to have 5 posts, then just leave some blank. Don't omit them, though.", - "footer": "Made by kaiete" + "comment": "If you don't want to have 5 posts, then just leave some blank. Don't omit them, though." } \ No newline at end of file