From a58fbfc4d5c69b0c0a01a0938b49a45f351432df Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 11:40:58 +0930 Subject: [PATCH] link tidying --- app/views/pubview/post.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5