From 9fa88ab910919f79ade4355b3daffd5aaec1ca58 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 13 Oct 2023 16:31:18 -0400 Subject: Added some self links --- app/helpers/application_helper.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/helpers/application_helper.rb') 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 Redcarpet::Markdown.new(HTML.new(html_options), options).render(text).html_safe end + def links_sidebar + [ + { title: "Projects", url: "https://code.fourisland.com/" }, + { title: "Mastodon", url: "https://beppo.online/@starlight", extra: { rel: "me" } }, + { title: "Fanfiction", url: "https://archiveofourown.org/users/StarlightSystem" } + ] + end + end -- cgit 1.4.1