Skip to content

Commit

Permalink
misc: use dynamic year in newsletter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Jul 6, 2024
1 parent 117d0bb commit 6fd6486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/newsletter.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@
<tr>
<td align="center" class="footer"
style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; vertical-align: top; color: #738a94; margin-top: 20px; text-align: center; font-size: 13px; padding: 10px 30px;line-height: 1.5em;"
valign="top"><%= site.title %> &#xA9; 2023 &#x2013; <a
valign="top"><%= site.title %> &#xA9; <%= new Date().getFullYear() %> &#x2013; <a
href="<%= newsletter.unsubscribeLink; %>"
style="overflow-wrap: anywhere; color: #738a94; text-decoration: underline;"
target="_blank">Unsubscribe </a>
Expand Down

0 comments on commit 6fd6486

Please sign in to comment.