diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-25 19:56:47 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-04-25 19:56:47 -0600 |
commit | 37772b3f5b346110820b81f39242f8868aa8a325 (patch) | |
tree | cf47abbde10a3ccd3d9266674ca4877d4aa60046 /page.html.erb | |
parent | aa15dc46cf74c69c7dd3309d958b71addd6b6465 (diff) |
Add an /imworkingon link to the footer
Diffstat (limited to 'page.html.erb')
-rw-r--r-- | page.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/page.html.erb b/page.html.erb index 93007de..54959d8 100644 --- a/page.html.erb +++ b/page.html.erb @@ -15,7 +15,8 @@ <footer> <aside class="sponsor"><p>I'd love it if you <a class="em" href="/sponsor/">sponsored me</a>. It will allow me to continue - my work on the GNU/Linux ecosystem. Thanks!</p></aside> + <a class="em" href="/imworkingon/">my work</a> on the GNU/Linux + ecosystem. Thanks!</p></aside> <%= @page.rights %> </footer> |