From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 02:10:58 +0000 (+0930) Subject: link tidying X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=a58fbfc4d5c69b0c0a01a0938b49a45f351432df;p=arelpe.git link tidying --- diff --git a/app/views/pubview/post.html.erb b/app/views/pubview/post.html.erb index 0751655..c51ba92 100644 --- a/app/views/pubview/post.html.erb +++ b/app/views/pubview/post.html.erb @@ -6,7 +6,7 @@ <% content_for :meta_description, "#{@post.generate_excerpt(150)}." %> <% content_for :meta_keywords, "#{@post.tags}" %>

<%= @post.title %>

- <%= link_to "↼ Back to some other ideas...", root_path %> + <%= link_to "↼ Back to some other dispatches...", "#{root_path}?filter=posts" %>

Posted <%= @post.published_at.strftime('%B %d, %Y') %> and tagged <%= raw @post.format_tags %> Reading Time: about <%= @reading_time %> minute(s).

@@ -21,7 +21,7 @@

More stuff from Aidan

→ Circular economy: if this work has been of interest to you, please consider subsidising my existence, no subscriptions: <%= link_to "click here to donate with PayPal ↗︎".html_safe, "https://paypal.me/aidancornelius/10.00/" %> or <%= link_to "here for more options and information ↗︎".html_safe, "https://aidan.cornelius-bell.com/sponsor/" %>.

-

→ Stay updated: email masochists amongst us may receive my "ideas" directly in their inbox with the form below. Alternatively, you are able to subscribe in an RSS reader via the <%= link_to "feed ↗︎".html_safe, "https://aidan.cornelius-bell.com/feed/" %> to keep your inbox sanity.

+

→ Stay updated: email masochists amongst us may receive my dispatches directly in their inbox with the form below. Alternatively, you are able to subscribe in an RSS reader via the <%= link_to "feed ↗︎".html_safe, "https://aidan.cornelius-bell.com/feed/" %> to keep your inbox sanity.



-

<%= link_to "↑ Back to top", "#top" %> or <%= link_to "↼ Back to some other ideas...", root_path %>

+

<%= link_to "↑ Back to top", "#top" %> or <%= link_to "↼ Back to some other dispatches...", "#{root_path}?filter=posts" %>

\ No newline at end of file