mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Refined email template
This commit is contained in:
parent
809334d7dd
commit
d6e8db28ab
@ -324,7 +324,7 @@ figure blockquote p {
|
|||||||
.view-online-link {
|
.view-online-link {
|
||||||
word-wrap: none;
|
word-wrap: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #738a94;
|
color: #15212A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-image {
|
.feature-image {
|
||||||
@ -471,6 +471,7 @@ figure blockquote p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
color: #738a94;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top: 1px solid #e5eff5;
|
border-top: 1px solid #e5eff5;
|
||||||
@ -786,7 +787,7 @@ figure blockquote p {
|
|||||||
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
|
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
|
||||||
${ site.icon ? `
|
${ site.icon ? `
|
||||||
<tr>
|
<tr>
|
||||||
<td class="site-icon"><img src="${site.url}${site.icon}"></td>
|
<td class="site-icon"><a href="${site.url}"><img src="${site.url}${site.icon}" border="0"></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
` : ``}
|
` : ``}
|
||||||
<tr>
|
<tr>
|
||||||
@ -803,6 +804,7 @@ figure blockquote p {
|
|||||||
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
|
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="post-meta">
|
<td class="post-meta">
|
||||||
|
By Authors –
|
||||||
${post.published_at} –
|
${post.published_at} –
|
||||||
<a href="${post.url}" class="view-online-link">View online →</a>
|
<a href="${post.url}" class="view-online-link">View online →</a>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user