about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index a51f1a1..968a3da 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb
@@ -43,6 +43,8 @@ module ApplicationHelper
43 def friends_sidebar 43 def friends_sidebar
44 [ 44 [
45 { title: "Entropically", url: "https://entropically.neocities.org/" }, 45 { title: "Entropically", url: "https://entropically.neocities.org/" },
46 { title: "House of Nettles", url: "https://nex-3.com/" },
47 { title: "Sol Kindred", url: "https://solkind.red/" },
46 ] 48 ]
47 end 49 end
48 50