fix bug in main page article linking
This commit is contained in:
parent
dc929f199e
commit
2ec92d2dee
@ -39,7 +39,7 @@ for title in sorted(artciles.keys(), key=lambda a: artciles[a]["metadata"].get("
|
|||||||
article = artciles[title]
|
article = artciles[title]
|
||||||
metadata = article["metadata"]
|
metadata = article["metadata"]
|
||||||
page += (
|
page += (
|
||||||
f"""[{metadata.get("Title", "No title given! What a clusterfuck!")}](/articles/{article}.html)\n\n"""
|
f"""[{metadata.get("Title", "No title given! What a clusterfuck!")}](/articles/{title}.html)\n\n"""
|
||||||
f""">{metadata.get("Brief", "")}\n\n"""
|
f""">{metadata.get("Brief", "")}\n\n"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user