2022-04-26 13:29:44 +03:00
|
|
|
<section class="gh-dashboard5-resource gh-dashboard5-newsletter" {{did-insert this.load}}>
|
|
|
|
<article class="gh-dashboard5-resource-box">
|
|
|
|
<div class="gh-dashboard5-resource-title">
|
|
|
|
<h4>Newsletter</h4>
|
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard5-resource-body">
|
2022-04-22 13:42:51 +03:00
|
|
|
|
|
|
|
{{#if (not (or this.loading this.error))}}
|
2022-04-26 13:29:44 +03:00
|
|
|
<div class="gh-dashboard5-resource-smallarticles">
|
|
|
|
{{#each this.newsletters as |entry|}}
|
|
|
|
<a class="gh-dashboard5-resource-smallarticle" href={{set-query-params entry.url utm_source='admin'}} target="_blank" rel="noopener noreferrer">
|
|
|
|
<img class="gh-dashboard5-resource-thumbnail" src="assets/img/newsletter-1.jpg" alt="{{entry.title}}" />
|
|
|
|
<div class="gh-dashboard5-resource-text">
|
|
|
|
<h5>{{entry.title}}</h5>
|
|
|
|
<div class="gh-dashboard5-resource-secondary">{{moment-format entry.published_at "D MMM YYYY"}}</div>
|
2022-04-22 13:42:51 +03:00
|
|
|
</div>
|
2022-04-26 13:29:44 +03:00
|
|
|
</a>
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
2022-04-22 13:42:51 +03:00
|
|
|
{{/if}}
|
2022-04-26 13:29:44 +03:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard5-resource-footer">
|
2022-04-26 16:52:46 +03:00
|
|
|
<a href="https://ghost.org/resources/newsletter/" target="_blank" rel="noopener noreferrer">Sign up to the newsletter →</a>
|
2022-04-26 13:29:44 +03:00
|
|
|
</div>
|
2022-04-22 13:42:51 +03:00
|
|
|
</article>
|
|
|
|
</section>
|