2022-05-17 10:34:34 +03:00
|
|
|
<section class="gh-dashboard-resource gh-dashboard-resources" {{did-insert this.load}}>
|
|
|
|
<article class="gh-dashboard-resource-box">
|
|
|
|
{{#if (not (or this.loading this.error))}}
|
|
|
|
<a href="{{this.resource.url}}" target="_blank" class="gh-dashboard-resource-thumbnail" rel="noopener noreferrer" style={{html-safe (concat "background-image: url(" this.resource.feature_image ")")}} aria-label="Resource link"></a>
|
|
|
|
<div class="gh-dashboard-resource-contents">
|
|
|
|
<div class="gh-dashboard-resource-title">
|
2022-09-16 18:09:54 +03:00
|
|
|
<h4>Ghost resources</h4>
|
2022-05-17 10:34:34 +03:00
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard-resource-body">
|
|
|
|
<a href="{{this.resource.url}}" target="_blank" class="gh-dashboard-resource-bigarticle" rel="noopener noreferrer">
|
|
|
|
<div class="gh-dashboard-resource-text">
|
|
|
|
<h3>{{this.resource.title}}</h3>
|
|
|
|
<p>{{this.resource.excerpt}}</p>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard-resource-footer">
|
2022-09-16 18:09:54 +03:00
|
|
|
<a href="https://ghost.org/resources/" target="_blank" rel="noopener noreferrer">Read this article →</a>
|
2022-05-17 10:34:34 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
</article>
|
|
|
|
</section>
|