diff options
author | lxf <sng@luxagraf.net> | 2021-11-25 19:05:46 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-11-25 19:05:46 -0500 |
commit | 5df00f95355da6384367f03b292808d1b81b8838 (patch) | |
tree | 95f149cc53bace5c6afeb7cfce6450da6b648171 /app/lttr/templates | |
parent | 59d56bbf9d3142a97ceb3d958daa451214e5d7e5 (diff) |
lttr: fixed links in friends templates
Diffstat (limited to 'app/lttr/templates')
-rw-r--r-- | app/lttr/templates/lttr/emails/friends_html_email.html | 2 | ||||
-rw-r--r-- | app/lttr/templates/lttr/emails/friends_plain_text_email.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/lttr/templates/lttr/emails/friends_html_email.html b/app/lttr/templates/lttr/emails/friends_html_email.html index 66ae18f..b7e4bf2 100644 --- a/app/lttr/templates/lttr/emails/friends_html_email.html +++ b/app/lttr/templates/lttr/emails/friends_html_email.html @@ -220,7 +220,7 @@ ul li, ol li { <td align="center" style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" > <p style="margin-top:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-bottom:1.4em;font-weight:400;line-height:1.5;hyphens:auto;font-size:14px;" >New subscriber?<br style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" /> - Browse the <a href="https://luxagraf.net/friends/" style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;font-weight:600;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ddd;color:#333;text-decoration:none;" >online archives</a> here.</p> + Browse the <a href="https://luxagraf.net/jrnl/" style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;font-weight:600;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ddd;color:#333;text-decoration:none;" >online archives</a> here.</p> <p style="margin-top:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-bottom:1.4em;font-weight:400;line-height:1.5;hyphens:auto;font-size:14px;" >⫹⫺</p> <p style="margin-top:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;margin-bottom:1.4em;font-weight:400;line-height:1.5;hyphens:auto;font-size:14px;" ><em style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" >Friends</em>?<br style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;" /> diff --git a/app/lttr/templates/lttr/emails/friends_plain_text_email.txt b/app/lttr/templates/lttr/emails/friends_plain_text_email.txt index 286b527..9ff7f61 100644 --- a/app/lttr/templates/lttr/emails/friends_plain_text_email.txt +++ b/app/lttr/templates/lttr/emails/friends_plain_text_email.txt @@ -9,7 +9,7 @@ Scott Gilbertson's (luxagraf)[https://luxagraf.net/] newsletter, *Friends of a Long Year* [https://luxagraf.net/friends/] -If you're new, you can explore past letters here: [https://luxagraf.net/friends/] +If you're new, you can explore past posts here: [https://luxagraf.net/jrnl/] You can always: Unsubscribe [https://luxagraf.net{{subscriber.unsubscribe_activate_url}}] instantly. |