diff options
author | luxagraf <sng@luxagraf.net> | 2024-11-23 11:04:42 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-11-23 11:04:42 -0600 |
commit | 9aca59ccdbed9c132971128d7d440d4384d0d95d (patch) | |
tree | 5ba8038cb7a9eeb857a6851d3859f64366753a6c /app/posts | |
parent | 6744e821691cdbcfbd9f6cf583a62a90b5c4c6a5 (diff) |
jrnl: simplifed newsletter intro
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/jrnl_list.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/posts/templates/posts/jrnl_list.html b/app/posts/templates/posts/jrnl_list.html index a5e9163..1164e9c 100644 --- a/app/posts/templates/posts/jrnl_list.html +++ b/app/posts/templates/posts/jrnl_list.html @@ -7,10 +7,9 @@ {% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} {% block primary %}<main role="main" class="archive-wrapper"> <div class="archive-intro"> - <h1 class="list-hed"><em>Psst</em>, Wanna Join the <em>Friends of a Long Year</em>?</h1> + <h2>Join us. Subscribe to <em>Friends of a Long Year</em></h2> <iframe target='_parent' style="border:none; background:white; width:100%;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:subscribe' slug='friends' %}"></iframe> - <h2 class="list-subhed">Say what? </h2> - <p><em>Friends of a Long Year</em> is a private mailing list bringing stories to your inbox like it's still 1995. It's written in the spirit of Mary Austin. It was originally called <em>Place Without a Postcard</em>, which does a better job of summarizing what I like to write about. <em>Friends</em> is delivered roughly twice a month.</p> + <p><em>Friends of a Long Year</em> is a weekly, private mailing list bringing stories to your inbox like <a href="/jrnl/2023/08/everyday-1984" title="Everyday it's 1984">the olden days</a>. It's written in the spirit of Mary Austin. It was once called <em>Place Without a Postcard</em>, which neatly summarizes what I like to write about.</p> <!--<p>If you really want to go nuts and experience the world of like, <a href="https://luxagraf.net/jrnl/2023/08/everyday-1984">1984</a>, you can <a href="/cards">sign up here to get a postcard</a> from us on the road. Yes. Seriously.</p> --> </div> <h1 class="archive-sans">Archive</h1>{% autopaginate object_list 24 %} |