diff options
author | luxagraf <sng@luxagraf.net> | 2023-12-20 12:53:15 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-12-20 12:53:15 -0500 |
commit | 106e009531d400e28382739f318e71ba0e83e2c6 (patch) | |
tree | 691a8b2773d719312bb41a5e85afa542e3900021 /app/posts/templates | |
parent | 70bae74c82c2bece323dbb83794c6f0c79ef604d (diff) |
lttr: redid Range a bit
Diffstat (limited to 'app/posts/templates')
-rw-r--r-- | app/posts/templates/posts/friends_list.html | 4 | ||||
-rw-r--r-- | app/posts/templates/posts/range_list.html | 15 |
2 files changed, 9 insertions, 10 deletions
diff --git a/app/posts/templates/posts/friends_list.html b/app/posts/templates/posts/friends_list.html index 936c9f8..3067a41 100644 --- a/app/posts/templates/posts/friends_list.html +++ b/app/posts/templates/posts/friends_list.html @@ -11,9 +11,9 @@ <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 that delivers <a href="/jrnl/">journal posts</a> from this site to your inbox like it's still 1995. It's written in the spirit of Mary Austin. And Mike’s emails. A more detailed explaination can be found <a href="/jrnl/2020/11/invitation">here</a>.</p> - <p>If you really want to go nuts and experience the world of like, 1986, you can <a href="/cards">sign up here to get a postcard</a> from us on the road. Yes. Seriously.</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> <p>Unsubscribing is easy. It's all <a href="/src/building-your-own-mailing-list-software">self-hosted</a> and designed to <a href="/privacy" title="My privacy policy">respect your privacy</a>.</p> - <p><small><strong>Apple Users: please note, due to Apple's rather strange, old email policies, which would require me to host my email at Apple-approved companies, which isn't happening, I cannot reliable send mail to @me.com address. If you sign up with an @me.com address, I will remove you from the list. Sorry.</strong></small></p> + <p><small><strong>Apple Users: please note, for whatever reason, I cannot reliable send mail to @me.com address. If you sign up with an @me.com address, I will remove you from the list. Sorry.</strong></small></p> </div> </main> {%endblock%} diff --git a/app/posts/templates/posts/range_list.html b/app/posts/templates/posts/range_list.html index 67c60d5..43275c6 100644 --- a/app/posts/templates/posts/range_list.html +++ b/app/posts/templates/posts/range_list.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load typogrify_tags %} {% block pagetitle %}Luxagraf | Range {% endblock %} -{% block metadescription %}A weekly photo, developed.{% endblock %} +{% block metadescription %}An weekly mailing list about living outdoors, photography, literature, music, vintage vehicles, and other ephemera.{% endblock %} {% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} {% block primary %} <main class="archive-wrapper">{% for object in object_list %}{% if forloop.first %} @@ -15,16 +15,15 @@ </figure> <div class="archive-intro"> <h1 class="list-hed">Range</h1> - <h2 class="list-subhed">A weekly photo, developed.</h2> + <h2 class="list-subhed">A weekly post, ranging.</h2> <p>Please join us by dropping your email in the form below: </p> - <iframe style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing the the Friends of a Long Year newsletter" src="{% url 'lttr:subscribe' slug='range' %}"></iframe> - <p><em>Range</em> is a weekly mailing of a single photograph. </p> - <p>If you're interested there is also a link to a video of the RAW image processing in <a href="https://www.darktable.org/">darktable</a>, and sometimes a few words about the process. But the primary purpose is to deliver a single photo to your inbox. Simple and fun.</p> - <p>Yes, I know about Instagram. This is an attempt to reclaim that space, sharing photos with friends, but without all the distractions of the corporate social web, without the endless scroll of photos, likes, stories, comments, whatever. This is just an image delivered once a week to your inbox. I've been trying to think of a way to make it reciprocal, so you can send a picture to my inbox. If you have ideas, <a href="mailto:comments@luxagraf.net">email me</a>.</p> + <iframe style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing to the Range newsletter" src="{% url 'lttr:subscribe' slug='range' %}"></iframe> + <p><em>Range</em> is a weekly mailing of photographs and words. </p> + <p>I like to write about things tangential to living on the road, but didn't want to clutter up the Journal with extraneous stuff. I had this newsletter originally as a photo newsletter, but I wanted to let myself, ahem, range a little more than that. You can browse the archives below to see if it interests you, and sign up if it does.</p> <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="/range/feed.xml">an RSS feed</a>, and it's all archived below.</p> - <p>There's also the <em><a href="/friends/">Friends of a Long Year</a></em> newsletter if you want some stories in your inbox.</p> + <p>There's also the <em><a href="/friends/">Friends of a Long Year</a></em> newsletter if you want some stories about life on the road in your inbox. You can also <a href="/cards">sign up to get a postcard</a> from us on the road</p> </div> - <h3 class="archive-sans">Images</h3> + <h3 class="archive-sans">Ranges</h3> <div class="archive-grid">{% for object in object_list %} <article class="h-entry hentry archive-grid-card" itemscope itemType="http://schema.org/Article"> <div class="card-image"> |