diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-03 01:01:20 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-03 01:01:20 -0400 |
| commit | b9acc3665c63e19323f787188a9308d968e2076c (patch) | |
| tree | d7f011fbf980c1e657c7c346adc80ef0f38ef670 /app/helpers | |
| parent | 202b8c5a73892f7c5ffdb8eceb08288cd0d46e4d (diff) | |
| download | thoughts-b9acc3665c63e19323f787188a9308d968e2076c.tar.gz thoughts-b9acc3665c63e19323f787188a9308d968e2076c.tar.bz2 thoughts-b9acc3665c63e19323f787188a9308d968e2076c.zip | |
Added stuff to sidebar
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 | ||
