Update mail subscribe form list, re-enable on posts

This commit is contained in:
2025-08-25 15:07:56 +00:00
parent cfa8480f5d
commit 14235120c8
2 changed files with 13 additions and 10 deletions

View File

@@ -5,7 +5,11 @@
<h3>Subscribe to my future posts</h3>
</div>
</div>
<form action="https://list.hallada.net/subscribe" method="POST" accept-charset="utf-8">
<form
action="https://list.hallada.net/subscribe"
method="POST"
accept-charset="utf-8"
>
<div class="row clearfix">
<div class="column half">
<label for="name">Name (optional)</label><br />
@@ -17,20 +21,22 @@
</div>
</div>
<div class="row clearfix">
<div style="display:none;">
<div style="display: none">
<label for="hp">HP</label><br />
<input type="text" name="hp" id="hp" />
</div>
<input type="hidden" name="list" value="Q7JrUBzeCeftZqwDtxsQ9w" />
<input type="hidden" name="list" value="aJAuaNkgCYdnWrea0qtjHA" />
<input type="hidden" name="subform" value="yes" />
<div class="column half">
<input type="submit" name="submit" id="submit" value="Submit" />
</div>
<div class="column half">
<span class="form-rss">Or subscribe to my <a href="/feed.xml">RSS feed</a></span>
<span class="form-rss"
>Or subscribe to my <a href="/feed.xml">RSS feed</a></span
>
</div>
</div>
</form>
<div class="row clearfix">
</div>
<div class="row clearfix"></div>
</div>
</div>

View File

@@ -14,7 +14,4 @@ layout: default
</div>
</div>
{% include comments.html %}
<!-- disabling until I fix the mail form -->
<!-- {% include mail-form.html %} -->
{% include comments.html %} {% include mail-form.html %}