0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed code linting issues

no issue

- just extraneous whitespace
This commit is contained in:
Daniel Lockyer 2020-02-03 17:49:41 +00:00
parent 722a92e9b5
commit d76e76e1ef

View file

@ -834,19 +834,15 @@ figure blockquote p {
</td>
</tr>
</table>
</td>
</tr>
${
post.feature_image ? `
<tr>
<td class="feature-image"><img src="${post.feature_image}"></td>
</tr>
` : ``
}
${post.feature_image ? `
<tr>
<td class="feature-image"><img src="${post.feature_image}"></td>
</tr>
` : ``}
<tr>
<td class="post-content">
<!-- POST CONTENT START -->
${post.html}
<!-- POST CONTENT END -->
@ -863,7 +859,7 @@ figure blockquote p {
<td class="wrapper" align="center">
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="footer">${site.title} &copy; ${date.getFullYear()}  <a href="%recipient.unsubscribe_url%">Unsubscribe</a></td>
<td class="footer">${site.title} &copy; ${date.getFullYear()} <a href="%recipient.unsubscribe_url%">Unsubscribe</a></td>
</tr>
</table>
</td>