From c33a2a77f4d354c1dd0d2481c733572dfa155109 Mon Sep 17 00:00:00 2001 From: Jerod Santo Date: Thu, 26 Sep 2024 10:50:49 -0500 Subject: [PATCH] Add a note about unclickable feed links in some mail clients --- lib/changelog_web/templates/email/feed_links.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/changelog_web/templates/email/feed_links.html.heex b/lib/changelog_web/templates/email/feed_links.html.heex index 7b86286c30..c7eb7681c3 100644 --- a/lib/changelog_web/templates/email/feed_links.html.heex +++ b/lib/changelog_web/templates/email/feed_links.html.heex @@ -14,7 +14,7 @@
  • Apple Podcasts
  • -

    Or copy/paste <%= link("this RSS feed", to: url(~p"/feeds/#{@feed.slug}")) %> into any other app.

    +

    If you can't click those 👆, your mail client may strip app-specific links (Gmail web 👀). Try copy/pasting <%= link("this RSS feed", to: url(~p"/feeds/#{@feed.slug}")) %> into your podcast app instead.

    💚, Logbot