link tidying
authorAidan Cornelius-Bell <aidan@cornelius-bell.com>
Sun, 15 Sep 2024 02:10:58 +0000 (11:40 +0930)
committerAidan Cornelius-Bell <aidan@cornelius-bell.com>
Sun, 15 Sep 2024 02:10:58 +0000 (11:40 +0930)
app/views/pubview/post.html.erb

index 075165568e559106052cbfb30e1b7fe226ff46ce..c51ba92d467a7690ff65a365fcd9e9d44df3c6a5 100644 (file)
@@ -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\">&nearr;&#xFE0E;</abbr>".html_safe, "https://paypal.me/aidancornelius/10.00/" %> or <%= link_to "here for more options and information <abbr title=\"external link\">&nearr;&#xFE0E;</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\">&nearr;&#xFE0E;</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\">&nearr;&#xFE0E;</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