From 24f680eb5cdf1d171451795e350c964aa3e8ca7b Mon Sep 17 00:00:00 2001 From: b1ek Date: Mon, 27 Feb 2023 17:25:28 +1000 Subject: [PATCH] add sources to left menu --- view/layout/main.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/layout/main.pug b/view/layout/main.pug index 177b4a1..3b4f418 100644 --- a/view/layout/main.pug +++ b/view/layout/main.pug @@ -7,8 +7,9 @@ block root "About me": "/about", "hr_1": "hr", "Guestbook": "/guestbook", + "Articles": "/articles", "hr_2": "hr", - "Articles": "/articles" + "Sources": "/sources" } doctype html