1
0
Fork 0

add categories and tags to main menu

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2023-10-26 11:22:01 +02:00
parent 5058099439
commit 575eac4fe0

View file

@ -47,6 +47,8 @@ author = "Harald Hoyer"
clean_blog_menu = [
{url = "/", name = "Home"},
{url = "/categories", name = "Categories"},
{url = "/tags", name = "Tags"},
{url = "https://photo-harald.hoyer.xyz/", name = "Photos"},
{url = "/impressum", name = "Impressum"},
]