Skip to content

Commit

Permalink
Merge pull request #793 from eddieferrer/email_template_fix
Browse files Browse the repository at this point in the history
fixed email template and copyright
  • Loading branch information
eddieferrer committed Apr 27, 2024
2 parents c9c351e + 5a6199b commit 22f51f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const config = {
'Your climbing shoe resource. Climbing shoe sales, find your size for any climbing shoe, recommendations based on foot shape, and more.',
},
{ name: 'author', content: 'SizeSquirrel' },
{ name: 'copyright', content: 'SizeSquirrel, Copyright (c) 2021' },
{ name: 'copyright', content: 'SizeSquirrel, Copyright (c) 2024' },
{ property: 'fb:app_id', content: '943851385727348' },

// Google / Schema.org markup:
Expand Down
4 changes: 2 additions & 2 deletions frontend/static/emails/email_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
<td class="mcnImageContent" valign="top" style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: 0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">


<img align="center" alt="" src="https://sizesquirrel.com/images/SizeSquirrelLogoSmall.png" width="338" style="max-width: 338px;padding-bottom: 0;display: inline !important;vertical-align: bottom;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">
<img align="center" alt="" src="https://sizesquirrel.com/images/SizeSquirrelLogoSmall.png" width="250" style="max-width: 250px;padding-bottom: 0;display: inline !important;vertical-align: bottom;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">


</td>
Expand Down Expand Up @@ -590,7 +590,7 @@

<td valign="top" class="mcnTextContent" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #656565;font-family: 'Segoe UI', 'Source Sans Pro', Calibri, Candara, Arial, sans-serif;font-size: 12px;line-height: 150%;text-align: center;">

<em>Copyright &copy; 2018 SizeSquirrel, All rights reserved.</em><br>
<em>Copyright &copy; 2024 SizeSquirrel, All rights reserved.</em><br>
You are receiving this email because you signed up for SizeSquirrel.<br>
</td>
</tr>
Expand Down
14 changes: 7 additions & 7 deletions frontend/static/emails/email_base_text.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SizeSquirrel - {% block email_title %}{% endblock %}
{% block email_content %}
{% endblock %}
Copyright © 2016 SizeSquirrel, All rights reserved.
You are receiving this email because you signed up for SizeSquirrel.
SizeSquirrel - {% block email_title %}{% endblock %}

{% block email_content %}
{% endblock %}

Copyright © 2024 SizeSquirrel, All rights reserved.
You are receiving this email because you signed up for SizeSquirrel.
2 changes: 1 addition & 1 deletion maintenance_off.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
content="Your climbing shoe resource. Climbing shoe sales, find your size for any climbing shoe, recommendations based on foot shape, and more."
/>
<meta name="author" content="SizeSquirrel" />
<meta name="copyright" content="SizeSquirrel, Copyright (c) 2020" />
<meta name="copyright" content="SizeSquirrel, Copyright (c) 2024" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://www.sizesquirrel.com" />
<meta name="twitter:title" content="SizeSquirrel" />
Expand Down

0 comments on commit 22f51f1

Please sign in to comment.