Skip to content

Commit

Permalink
ChatGPT fix for newsletter button.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyIdiot committed Dec 12, 2024
1 parent 235fd5a commit 55ab3aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<h2>{{ page.title }}</h2>
<fieldset>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
<form action="https://rssto.email?url=https://probablysomething.co.uk/feed.xml" target="_blank">
<button type="submit">Sign up to the newsletter!</button>
<form action="https://rssto.email" method="GET" target="_blank">
<input type="hidden" name="url" value="https://probablysomething.co.uk/feed.xml">
<button type="submit">Sign up to the newsletter!</button>
</form>
</fieldset>

Expand Down

0 comments on commit 55ab3aa

Please sign in to comment.