diff options
-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 %} |