diff options
author | luxagraf <sng@luxagraf.net> | 2022-12-29 13:34:33 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-12-29 13:34:33 -0600 |
commit | 792961e70597bd76d3e6c9a2406f905011e3deef (patch) | |
tree | c26e71d10e5540321ce26546210ad46fa6e243ef /app | |
parent | c5a3862c6040ea297973bb5297ffd712c6522a07 (diff) |
src: removed mailing list sign up from detail pages as well.
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/src_detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/posts/templates/posts/src_detail.html b/app/posts/templates/posts/src_detail.html index bef0057..37faed0 100644 --- a/app/posts/templates/posts/src_detail.html +++ b/app/posts/templates/posts/src_detail.html @@ -55,12 +55,12 @@ <a class="liberapay-btn" href="https://liberapay.com/luxagraf/donate"><span>Donate</span></a> </div> </aside> - <aside class="narrow join"> + {%comment %} <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> + </aside>{%endcomment %} </div> {% with object.get_next_published as next %} {% with object.get_previous_published as prev %} |