about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-14 11:29:35 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-14 11:29:35 -0400
commit0987c239974f6f875edcf15539c0bf0d85bd1f23 (patch)
tree9ae94fe67e6a894f28b5b6e02f772ba13493c8ab
parent336b1d8405a1c0529b28a95164d5f27154c514fb (diff)
downloadthoughts-0987c239974f6f875edcf15539c0bf0d85bd1f23.tar.gz
thoughts-0987c239974f6f875edcf15539c0bf0d85bd1f23.tar.bz2
thoughts-0987c239974f6f875edcf15539c0bf0d85bd1f23.zip
Added poke3 link to sidebar
-rw-r--r--app/helpers/application_helper.rb3
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