summaryrefslogtreecommitdiff
path: root/app/posts/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-03-21 11:19:51 -0400
committerluxagraf <sng@luxagraf>2021-03-21 11:19:51 -0400
commit44af81a8b1875321fb4c97c471290d6a888c1e46 (patch)
treecb8a38714d8c67c35d96ec6ad55a0a58c1c699cc /app/posts/templates
parent5758fad11889a54ba877d4f3e8ba2d14b9aa42f4 (diff)
src: added signup form to individual posts
Diffstat (limited to 'app/posts/templates')
-rw-r--r--app/posts/templates/posts/src_detail.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/posts/templates/posts/src_detail.html b/app/posts/templates/posts/src_detail.html
index 232bba0..b372139 100644
--- a/app/posts/templates/posts/src_detail.html
+++ b/app/posts/templates/posts/src_detail.html
@@ -41,7 +41,7 @@
</div>
</article>
<div class="entry-footer">
- <aside class="donate">
+ <aside class="narrow donate">
<h3>Donate</h3>
<p>I've had several people ask about tipping for the articles here. That's not necessary, but if this article saved you some time and you feel like that's worth some money, I won't turn it down. You can donate here:</p>
<div class="donate-btn">
@@ -55,6 +55,12 @@
<a class="liberapay-btn" href="https://liberapay.com/luxagraf/donate"><span>Donate</span></a>
</div>
</aside>
+ <aside class="narrow join">
+ <h3>Subscribe</h3>
+ <p>You're reading <code>/src/</code>, a collection of infrequent postings about open source software, linux tools, and other nerdry. If you'd like to join us, drop your email in the form below: </p>
+ <iframe target='_parent' style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing the the src newsletter" src="{% url 'lttr:subscribe' slug='range' %}"></iframe>
+ <p>Unsubscribing is easy. It's <a href="/src/building-your-own-mailing-list-software">self-hosted</a> and <a href="/privacy" title="My privacy policy">respects your privacy</a>. If you don't want an email, there's also <a href="/src/feed.xml">an RSS feed</a>, and it's all archived <a href="/src/">here</a>.</p>
+ </aside>
</div>
{% with object.get_next_published as next %}
{% with object.get_previous_published as prev %}