Refined email template

This commit is contained in:
Peter Zimon 2019-11-06 15:39:10 +07:00
parent 809334d7dd
commit d6e8db28ab

View File

@ -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>