Skip to content

Commit

Permalink
Add RSS and archive links to the newsletter page (#39)
Browse files Browse the repository at this point in the history
Closes #34
  • Loading branch information
joancodes committed Oct 17, 2023
1 parent 6ca2d77 commit 329a3a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/content/pages/newsletter.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ title: Hotwire Weekly

<input type="submit" value="Subscribe" class="mt-6 rounded-md bg-indigo-500 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-indigo-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-500">
</form>
<div class="mt-6">
<p class="text-base text-slate-200">You can also browse the <a href="https://buttondown.email/hotwireweekly/archive/" class="underline underline-offset-4">archive</a> of this newsletter.</p>
<p class="mt-3 text-base text-slate-200">If you'd prefer, you can also <a href="https://buttondown.email/hotwireweekly/rss" class="underline underline-offset-4">subscribe via RSS</a>.</p>
</div>
<% end %>

0 comments on commit 329a3a7

Please sign in to comment.