diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-04 23:06:56 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-04 23:06:56 -0500 |
| commit | 28bf0a800ef6a2fb8579a4e74915d12143b54797 (patch) | |
| tree | 658f1dd3b73f83d3f849ac8185cf2d84d95f28e0 /app/helpers | |
| parent | f3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e (diff) | |
| download | thoughts-28bf0a800ef6a2fb8579a4e74915d12143b54797.tar.gz thoughts-28bf0a800ef6a2fb8579a4e74915d12143b54797.tar.bz2 thoughts-28bf0a800ef6a2fb8579a4e74915d12143b54797.zip | |
Added link to Vance's blog
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/application_helper.rb | 6 |
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 | |||
| 42 | end | 48 | end |
