summaryrefslogtreecommitdiff
path: root/app/posts/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf>2021-03-06 09:03:59 -0500
committerluxagraf <sng@luxagraf>2021-03-06 09:03:59 -0500
commit28fe7b7ee7abc40de4e4a651c3f3b7b10d0e7db0 (patch)
tree61b3455e716d9882a7d23cfa63bd0ad533aefe1f /app/posts/templates
parent2554e5f64ce49348e0b90acaac0e4498687c816f (diff)
src: added a newsletter for source. experimenting with sending posts.
Diffstat (limited to 'app/posts/templates')
-rw-r--r--app/posts/templates/posts/src_list.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/posts/templates/posts/src_list.html b/app/posts/templates/posts/src_list.html
index dd8ff24..c673935 100644
--- a/app/posts/templates/posts/src_list.html
+++ b/app/posts/templates/posts/src_list.html
@@ -9,9 +9,12 @@
{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %}
{% block primary %}<main role="main" class="archive-wrapper">
<div class="archive-intro">
- <h2 class="archive-hed">Tutorials and tools for building great things on the web.</h2>
- <p>The indie 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>Topics include HTML, CSS, Django, Linux, Nginx, Python, Postgresql, free software, and, once, the evil that is Google AMP.</p>
+ <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 %}