From 6457c38301d607b2d980c2357344079afef322ec Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 7 Sep 2023 14:04:05 -0400 Subject: [PATCH] Add link to my itch.io in the sidebar --- config.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/config.yaml b/config.yaml index 4dcd721..79dcb53 100644 --- a/config.yaml +++ b/config.yaml @@ -68,21 +68,24 @@ menu: - name: 'Software' url: '/software' weight: 4 + - name: 'Games' + url: 'https://redstrate.itch.io/' + weight: 5 - name: 'Videos' url: 'https://tube.ryne.moe/@redchannel' - weight: 5 + weight: 6 - name: 'Downloads' url: '/downloads' - weight: 6 + weight: 7 - name: 'Links' url: '/links' - weight: 7 + weight: 8 - name: 'Guestbook' url: '/guestbook' - weight: 8 + weight: 9 - name: 'About' url: '/about' - weight: 9 + weight: 10 retromain: - name: 'Home' url: '/'