Skip to content

Commit

Permalink
Simplify default e-mail template.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Feb 4, 2024
1 parent dc43e9c commit 82894e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/email-templates/default.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@

<div class="footer" style="text-align: center;font-size: 12px;color: #888;">
<p>
{{ L.T "email.unsubHelp" }}
<a href="{{ UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a>
&nbsp;&nbsp;
<a href="{{ MessageURL }}" style="color: #888;">{{ L.T "email.viewInBrowser" }}</a>
</p>
<p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" rel="noreferrer" style="color: #888;">listmonk</a></p>
</div>
<div class="gutter" style="padding: 30px;">&nbsp;{{ TrackView }}</div>
</body>
Expand Down

0 comments on commit 82894e5

Please sign in to comment.