Skip to content

Commit

Permalink
Moved newsletter button.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyIdiot committed Dec 12, 2024
1 parent 55ab3aa commit ff16430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
---

<h2>{{ page.title }}</h2>
<fieldset>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
<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>
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
</fieldset>

{{ content }}

0 comments on commit ff16430

Please sign in to comment.