diff options
author | luxagraf <sng@luxagraf.net> | 2021-09-12 10:54:16 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-09-12 10:54:16 -0400 |
commit | a2ab757fb16eec539e53c17e7e5b7889c789adea (patch) | |
tree | 4a7174a16bac236e04ea1319f4487125fb3964ec /app | |
parent | 7ef242016f9f78bc917151981806687db7746fa9 (diff) |
general: pulled range from templates
Diffstat (limited to 'app')
-rw-r--r-- | app/posts/templates/posts/friends_list.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/posts/templates/posts/friends_list.html b/app/posts/templates/posts/friends_list.html index 3318a08..b77f345 100644 --- a/app/posts/templates/posts/friends_list.html +++ b/app/posts/templates/posts/friends_list.html @@ -12,7 +12,6 @@ <h2 class="list-subhed">Say what? </h2> <p><em>Friends of a Long Year</em> is a monthly letter about living outdoors, travel, literature, music, vintage vehicles, and other ephemera. 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>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>There's also the <em><a href="/range/">Range</a></em> newsletter if you'd like a photo in your inbox once a week.</p> </div> <h3 class="archive-sans">Letters</h3> <ul class="archive-list">{% for object in object_list %} |