From b9acc3665c63e19323f787188a9308d968e2076c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 3 Nov 2023 01:01:20 -0400 Subject: Added stuff to sidebar --- app/helpers/application_helper.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'app/helpers') diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a08fab1..0386a48 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -32,10 +32,9 @@ module ApplicationHelper def links_sidebar [ - { title: "Projects", url: "https://code.fourisland.com/" }, - { title: "Mastodon", url: "https://beppo.online/@starlight", extra: { rel: "me" } }, - { title: "Fanfiction", url: "https://archiveofourown.org/users/StarlightSystem" }, - { title: "Pokémon", url: "https://www.fourisland.com/poke3" } + { title: "Code repositories", url: "https://code.fourisland.com/" }, + { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, + { title: "Wittle", url: "https://www.fourisland.com/wittle" }, ] end -- cgit 1.4.1