let's try again

This commit is contained in:
Guy Godfroy 2020-12-04 20:24:23 +01:00
parent 02b5610a5a
commit ec682f498e
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ for dirname, subdirlist, mdlist in os.walk('.'):
if slug in posts_prop_index[prop]:
posts_prop_index[prop][slug]["posts"].append(post)
else:
posts_prop_index[prop][slug] = {"name": post['prop'], "posts": [post]}
posts_prop_index[prop][slug] = {"name": post[prop], "posts": [post]}
posts.append(post)