From a58fbfc4d5c69b0c0a01a0938b49a45f351432df Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell <aidan@cornelius-bell.com> 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}" %> <h1><%= @post.title %></h1> - <%= link_to "â¼ Back to some other ideas...", root_path %> + <%= link_to "â¼ Back to some other dispatches...", "#{root_path}?filter=posts" %> <div class="postmeta"> <p>Posted <%= @post.published_at.strftime('%B %d, %Y') %> and tagged <%= raw @post.format_tags %> Reading Time: about <%= @reading_time %> minute(s).</p> </div> @@ -21,7 +21,7 @@ <div class="container" id="bottom"> <h3>More stuff from Aidan</h3> <p><span class="callout">â Circular economy</span>: if this work has been of interest to you, please consider subsidising my existence, <em>no subscriptions</em>: <%= link_to "click here to donate with PayPal <abbr title=\"external link\">↗︎</abbr>".html_safe, "https://paypal.me/aidancornelius/10.00/" %> or <%= link_to "here for more options and information <abbr title=\"external link\">↗︎</abbr>".html_safe, "https://aidan.cornelius-bell.com/sponsor/" %>.</p> - <p><span class="callout">â Stay updated</span>: 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 <abbr title=\"external link\">↗︎</abbr>".html_safe, "https://aidan.cornelius-bell.com/feed/" %> to keep your inbox sanity.</p> + <p><span class="callout">â Stay updated</span>: 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 <abbr title=\"external link\">↗︎</abbr>".html_safe, "https://aidan.cornelius-bell.com/feed/" %> to keep your inbox sanity.</p> <iframe scrolling="no" style="width:100%!important;height:220px;border:1px #ccc solid !important" src="https://buttondown.email/acb?as_embed=true"></iframe><br /><br /> - <p><%= link_to "â Back to top", "#top" %> or <%= link_to "â¼ Back to some other ideas...", root_path %></p> + <p><%= link_to "â Back to top", "#top" %> or <%= link_to "â¼ Back to some other dispatches...", "#{root_path}?filter=posts" %></p> </div> \ No newline at end of file -- 2.39.5