let's try again
This commit is contained in:
parent
02b5610a5a
commit
ec682f498e
|
@ -92,7 +92,7 @@ for dirname, subdirlist, mdlist in os.walk('.'):
|
||||||
if slug in posts_prop_index[prop]:
|
if slug in posts_prop_index[prop]:
|
||||||
posts_prop_index[prop][slug]["posts"].append(post)
|
posts_prop_index[prop][slug]["posts"].append(post)
|
||||||
else:
|
else:
|
||||||
posts_prop_index[prop][slug] = {"name": post['prop'], "posts": [post]}
|
posts_prop_index[prop][slug] = {"name": post[prop], "posts": [post]}
|
||||||
|
|
||||||
posts.append(post)
|
posts.append(post)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue