diff options
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/application_helper.rb | 7 |
1 files changed, 3 insertions, 4 deletions
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 | |||
32 | 32 | ||
33 | def links_sidebar | 33 | def links_sidebar |
34 | [ | 34 | [ |
35 | { title: "Projects", url: "https://code.fourisland.com/" }, | 35 | { title: "Code repositories", url: "https://code.fourisland.com/" }, |
36 | { title: "Mastodon", url: "https://beppo.online/@starlight", extra: { rel: "me" } }, | 36 | { title: "Pokémon", url: "https://www.fourisland.com/poke3" }, |
37 | { title: "Fanfiction", url: "https://archiveofourown.org/users/StarlightSystem" }, | 37 | { title: "Wittle", url: "https://www.fourisland.com/wittle" }, |
38 | { title: "Pokémon", url: "https://www.fourisland.com/poke3" } | ||
39 | ] | 38 | ] |
40 | end | 39 | end |
41 | 40 | ||