diff options
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r-- | app/helpers/application_helper.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f883e71..5e9f0ab 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb | |||
@@ -34,7 +34,8 @@ module ApplicationHelper | |||
34 | [ | 34 | [ |
35 | { title: "Projects", url: "https://code.fourisland.com/" }, | 35 | { title: "Projects", url: "https://code.fourisland.com/" }, |
36 | { title: "Mastodon", url: "https://beppo.online/@starlight", extra: { rel: "me" } }, | 36 | { title: "Mastodon", url: "https://beppo.online/@starlight", extra: { rel: "me" } }, |
37 | { title: "Fanfiction", url: "https://archiveofourown.org/users/StarlightSystem" } | 37 | { title: "Fanfiction", url: "https://archiveofourown.org/users/StarlightSystem" }, |
38 | { title: "Pokémon", url: "https://www.fourisland.com/poke3" } | ||
38 | ] | 39 | ] |
39 | end | 40 | end |
40 | 41 | ||