diff options
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/src_list.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/posts/templates/posts/src_list.html b/app/posts/templates/posts/src_list.html index b015deb..757c9a0 100644 --- a/app/posts/templates/posts/src_list.html +++ b/app/posts/templates/posts/src_list.html @@ -11,13 +11,10 @@ <div class="archive-intro"> <h1 class="archive-hed"><code>/src/</code></h1> <h2 class="list-subhed">Let's building things.</h2> - <p>Please join us by dropping 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 src newsletter" src="{% url 'lttr:subscribe' slug='src' %}"></iframe> - <p>I try to post monthly. 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 below.</p> <p>Why? The web is an amazing democratic publishing platform unlike anything in history. The catch is, to avoid serving at the pleasure of the corporate king, you need to know <em>how</em> to publish. That's what these articles are here for, to help you learn how to use independent, community-supported, open source tools. The web won't last forever, let's build something cool while we can.</p> <p>A few of the articles below were previously published in: <em><a href="https://arstechnica.com/">Ars Technica</a></em>, <em><a href="https://www.wired.com/author/scott-gilbertson/">Wired</a></em>, and <em><a href="https://www.theregister.co.uk/Author/Scott-Gilbertson/">The Register</a></em></p> </div> - <h1 class="archive-sans">Articles</h1>{% autopaginate object_list 24 %} + <h1 class="archive-sans">Articles</h1>{% autopaginate object_list 40 %} <ul class="archive-list">{% for object in object_list %} <li class="h-entry hentry archive-list-card archive-list-card-sm" itemscope itemType="http://schema.org/Article"> <span class="date dt-published card-smcaps">{{object.pub_date|date:"F Y"}}</span> |