_layouts/post.html in no-style-please-0.1.5 vs _layouts/post.html in no-style-please-0.1.6
- old
+ new
@@ -3,5 +3,14 @@
---
<a href="{{ site.url }}">{{ site.theme_config.back_home_text }}</a>
<h1>{{ page.title }}</h1>
{{ content }}
+
+<hr data-content="keep in touch">
+<form style="padding:3px;text-align:center;" action="https://tinyletter.com/riggraz" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/riggraz', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">
+ <label for="tlemail">Your email address:</label>
+ <input type="text" style="width:140px" name="email" id="tlemail" />
+ <input type="hidden" value="1" name="embed"/>
+ <input type="submit" value="Subscribe" />
+ <p>No spam</p>
+</form>
\ No newline at end of file