<% 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>
<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