diff options
author | luxagraf <sng@luxagraf.net> | 2023-02-01 13:37:13 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-02-01 13:37:13 -0600 |
commit | 069f3b0f3f93eabe2e3230e67c7fa0916738fb89 (patch) | |
tree | 0a75dd40eba17655f3e0aee27bba604cd2999b74 | |
parent | 8f9e62b273c43fc6382bb8b46902862b6c946060 (diff) |
jrnl: changed mailing list wording
-rw-r--r-- | app/posts/templates/posts/jrnl_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/jrnl_detail.html b/app/posts/templates/posts/jrnl_detail.html index 902d0d3..ffd13dd 100644 --- a/app/posts/templates/posts/jrnl_detail.html +++ b/app/posts/templates/posts/jrnl_detail.html @@ -141,7 +141,7 @@ </div> </div>{%endif%} <aside class="narrow join mailing-list--wrapper"> - <h6 class="hedtinycaps">If you enjoyed this, you should join the mailing list…</h6> + <h6 class="hedtinycaps">If you enjoyed this, you should join <em><a href="/friends/">Friends of a Long Year</a></em>…</h6> <iframe target='_parent' style="border:none !important; background:white; width:100% !important;" title="embedded form for subscribing the the src newsletter" src="{% url 'lttr:subscribe' slug='friends' %}"></iframe> </aside> {% if object.enable_comments %} |