forked from GithubBackups/healthchecks
Fix email template to always show the current year in the footer
This commit is contained in:
parent
599f35e4f0
commit
17a404f04b
@ -189,7 +189,7 @@
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="max-width: 600px;" class="responsive-table">
|
||||
<tr>
|
||||
<td align="center" style="font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;">
|
||||
© 2020 {% site_name %}. All rights reserved.
|
||||
© {% now 'Y' %} {% site_name %}. All rights reserved.
|
||||
{% block unsub %}{% endblock %}
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user