Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ghost/core/core/server/services/members/emails/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ module.exports = ({t, siteTitle, email, url, otc, accentColor = '#15212A', siteD
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light only">
<meta name="supported-color-schemes" content="light">
${otc
? `<title>🔑 ${t('Sign in to {siteTitle} with code {otc}', {siteTitle, otc, interpolation: {escapeValue: false}})}</title>`
: `<title>🔑 ${t('Secure sign in link for {siteTitle}', {siteTitle, interpolation: {escapeValue: false}})}</title>`
Expand Down
2 changes: 2 additions & 0 deletions ghost/core/core/server/services/members/emails/signup-paid.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light only">
<meta name="supported-color-schemes" content="light">
<title>🙌 ${t('Thank you for signing up to {siteTitle}!', {siteTitle, interpolation: {escapeValue: false}})}</title>
<style>
/* -------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions ghost/core/core/server/services/members/emails/signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light only">
<meta name="supported-color-schemes" content="light">
<title>🙌 ${t('Complete your sign up to {siteTitle}!', {siteTitle, interpolation: {escapeValue: false}})}</title>
<style>
/* -------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions ghost/core/core/server/services/members/emails/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light only">
<meta name="supported-color-schemes" content="light">
<title>📫 ${t('Confirm your subscription to {siteTitle}', {siteTitle, interpolation: {escapeValue: false}})}</title>
<style>
/* -------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ module.exports = ({t, email, url, accentColor = '#15212A', siteDomain, siteUrl})
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="color-scheme" content="light only">
<meta name="supported-color-schemes" content="light">
<title>${t('Confirm your email address')}</title>
<style>
/* -------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,8 @@ exports[`Members API Can add and send a signup confirmation email 3: [html 1] 1`
<head>
<meta name=\\"viewport\\" content=\\"width=device-width\\">
<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=UTF-8\\">
<meta name=\\"color-scheme\\" content=\\"light only\\">
<meta name=\\"supported-color-schemes\\" content=\\"light\\">
<title>🙌 Complete your sign up to Ghost's Test Site!</title>
<style>
/* -------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ Object {
<head>
<meta name=\\"viewport\\" content=\\"width=device-width\\">
<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=UTF-8\\">
<meta name=\\"color-scheme\\" content=\\"light only\\">
<meta name=\\"supported-color-schemes\\" content=\\"light\\">
<title>🔑 Sign in to Ghost with code <OTC></title>
<style>
/* -------------------------------------
Expand Down Expand Up @@ -414,6 +416,8 @@ Object {
<head>
<meta name=\\"viewport\\" content=\\"width=device-width\\">
<meta http-equiv=\\"Content-Type\\" content=\\"text/html; charset=UTF-8\\">
<meta name=\\"color-scheme\\" content=\\"light only\\">
<meta name=\\"supported-color-schemes\\" content=\\"light\\">
<title>🔑 Secure sign in link for Ghost</title>
<style>
/* -------------------------------------
Expand Down