forked from indymedia/epicyon
Missing comma
parent
c734fc175d
commit
c77b18c734
2
posts.py
2
posts.py
|
@ -1248,7 +1248,7 @@ def createBlogPost(baseDir: str,
|
||||||
link = sections[2]
|
link = sections[2]
|
||||||
tagJson = {
|
tagJson = {
|
||||||
"type": "Article",
|
"type": "Article",
|
||||||
"name": title
|
"name": title,
|
||||||
"url": link
|
"url": link
|
||||||
}
|
}
|
||||||
blog['object']['tag'].append(tagJson)
|
blog['object']['tag'].append(tagJson)
|
||||||
|
|
Loading…
Reference in New Issue