diff --git a/_data/navigation.json b/_data/navigation.json index a78eb22..5da3477 100644 --- a/_data/navigation.json +++ b/_data/navigation.json @@ -77,26 +77,26 @@ "name": "Discord", "url": "https://s.xaymar.com/discord", "blank": true + }, + "old-site": { + "name": "Ye olde Blog", + "url": "https://blog.xaymar.com/" } } }, "about": { - "name": "About", + "name": "About Me", "url": "/about/", "entries": { - "rss": { - "name": "RSS Feed", - "url": "/feed.xml", - "blank": true - }, - "old-site": { - "name": "Old Website", - "url": "https://blog.xaymar.com/" - }, "privacy": { "name": "Privacy Policy", "url": "https://privacy.xaymar.com/?url=https://www.xaymar.com/", "blank": true + }, + "rss": { + "name": "RSS Feed", + "url": "/feed.xml", + "blank": true } } }