From c77b18c734ab0862443dbed212d05b809e26f684 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Nov 2020 11:25:23 +0000 Subject: [PATCH] Missing comma --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 75f73f8d..56a89020 100644 --- a/posts.py +++ b/posts.py @@ -1248,7 +1248,7 @@ def createBlogPost(baseDir: str, link = sections[2] tagJson = { "type": "Article", - "name": title + "name": title, "url": link } blog['object']['tag'].append(tagJson)