From 71db810a23cc2d3aef53368cf9b287da81a99748 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Sat, 18 Jan 2025 14:00:00 +1030 Subject: [PATCH] Add podcast link to link roll --- app/views/layouts/_home_post_links.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_home_post_links.html.erb b/app/views/layouts/_home_post_links.html.erb index 0a9596e..b7d6c96 100644 --- a/app/views/layouts/_home_post_links.html.erb +++ b/app/views/layouts/_home_post_links.html.erb @@ -2,6 +2,7 @@ <% if @post&.title? %>

Follow via RSS, Email or Membership...

<% end %>

→ 📬 Join the community for free receive an email with each new post, or optionally support this work financially <%= link_to "learn more here ↙︎".html_safe, "/join/" %>.

→ 📰 Prefer RSS? you can subscribe to a combined <%= link_to "bookmarks+dispatches feed here ↙︎".html_safe, rss_path %> or <%= link_to "full text dispatches only feed here ↗︎".html_safe, dispatches_rss_path %>.

+

→ 🎧 Like to listen? subscribe to the podcast version of mind reader dispatches <%= link_to "with this link ↙︎".html_safe, "#{feed_audios_url}.rss" %> paste this into your podcast player.

<% end %> <% if @post %>

<%= link_to "↑ Back to top", "#top" %> or <%= link_to "⥤ Read more", "#{root_path}" %>

-- 2.39.5