From 5d5c3357b31582032116fe9509c6e48641bb5a49 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Sat, 25 Dec 2021 08:35:48 +0100 Subject: [PATCH] Update navigation --- _data/navigation.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 } } }