]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Add podcast link to link roll
authorAidan Cornelius-Bell <[email protected]>
Sat, 18 Jan 2025 03:30:00 +0000 (14:00 +1030)
committerAidan Cornelius-Bell <[email protected]>
Sat, 18 Jan 2025 03:30:00 +0000 (14:00 +1030)
app/views/layouts/_home_post_links.html.erb

index 0a9596eae7486b167fccb8f1755368c1efc620fb..b7d6c96cd0d8265d88a08300bb287721f19101a8 100644 (file)
@@ -2,6 +2,7 @@
 <% if @post&.title? %><h3>Follow via RSS, Email or Membership...</h3><% end %>
 <p><span class="callout">→ 📬 Join the community for free</span> receive an email with each new post, or optionally support this work financially <%= link_to "learn more here <abbr title=\"internal link\">&swarr;&#xFE0E;</abbr>".html_safe, "/join/" %>.</p>
 <p><span class="callout">→ 📰 Prefer RSS?</span> you can subscribe to a combined <%= link_to "bookmarks+dispatches feed here <abbr title=\"internal link\">&swarr;&#xFE0E;</abbr>".html_safe, rss_path %> or <%= link_to "full text dispatches only feed here <abbr title=\"external link\">&nearr;&#xFE0E;</abbr>".html_safe, dispatches_rss_path %>.</p>
+<p><span class="callout">→ 🎧 Like to listen?</span> subscribe to the podcast version of mind reader dispatches <%= link_to "with this link <abbr title=\"internal link\">&swarr;&#xFE0E;</abbr>".html_safe, "#{feed_audios_url}.rss" %> paste this into your podcast player.</p>
 <% end %>
 <% if @post %>
 <p><%= link_to "↑ Back to top", "#top" %> or <%= link_to "⥤ Read more", "#{root_path}" %></p>