diff options
author | lxf <sng@luxagraf.net> | 2022-01-01 15:07:39 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-01-01 15:07:39 -0500 |
commit | 0025ca538247df8f24d21ef59c1d587d00176fcc (patch) | |
tree | 44952ae9ba83b6d58321e822e7fac76cca30e315 /app | |
parent | 00e4023b3db50534296b0f3c808ddd22f01ef484 (diff) |
lttr: fixed link to postcard
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/friends_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/friends_list.html b/app/posts/templates/posts/friends_list.html index 799fcf3..e6e8278 100644 --- a/app/posts/templates/posts/friends_list.html +++ b/app/posts/templates/posts/friends_list.html @@ -11,7 +11,7 @@ <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="/card/">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, 1986, 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> </div> </main> |