about summary refs log tree commit diff stats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index cffcf5d..97a897f 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb
@@ -39,4 +39,10 @@ module ApplicationHelper
39 ] 39 ]
40 end 40 end
41 41
42 def friends_sidebar
43 [
44 { title: "Entropically", url: "https://entropically.neocities.org/" },
45 ]
46 end
47
42end 48end