about summary refs log tree commit diff stats
path: root/app/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_helper.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 14d56cf..f883e71 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb
@@ -30,4 +30,12 @@ module ApplicationHelper
30 Redcarpet::Markdown.new(HTML.new(html_options), options).render(text).html_safe 30 Redcarpet::Markdown.new(HTML.new(html_options), options).render(text).html_safe
31 end 31 end
32 32
33 def links_sidebar
34 [
35 { title: "Projects", url: "https://code.fourisland.com/" },
36 { title: "Mastodon", url: "https://beppo.online/@starlight", extra: { rel: "me" } },
37 { title: "Fanfiction", url: "https://archiveofourown.org/users/StarlightSystem" }
38 ]
39 end
40
33end 41end