Skip to content

Commit

Permalink
Add a note about unclickable feed links in some mail clients
Browse files Browse the repository at this point in the history
  • Loading branch information
jerodsanto committed Sep 26, 2024
1 parent e194784 commit c33a2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/changelog_web/templates/email/feed_links.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li><a href={feed_app_url(@feed, "podcast://")}>Apple Podcasts</a></li>
</ul>

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

<p>💚, Logbot</p>
</td>
Expand Down

0 comments on commit c33a2a7

Please sign in to comment.