2022-04-28 19:16:35 +03:00
|
|
|
<section class="gh-dashboard5-resource gh-dashboard5-resources" {{did-insert this.load}}>
|
2022-04-26 13:29:44 +03:00
|
|
|
<article class="gh-dashboard5-resource-box">
|
2022-04-28 19:16:35 +03:00
|
|
|
{{#if (not (or this.loading this.error))}}
|
2022-05-05 17:15:58 +03:00
|
|
|
<a href="{{this.resource.url}}" target="_blank" class="gh-dashboard5-resource-thumbnail" rel="noopener noreferrer" style={{html-safe (concat "background-image: url(" this.resource.feature_image ")")}} aria-label="Resource link"></a>
|
|
|
|
<div class="gh-dashboard5-resource-contents">
|
|
|
|
<div class="gh-dashboard5-resource-title">
|
|
|
|
<h4>Resources</h4>
|
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard5-resource-body">
|
2022-04-28 19:16:35 +03:00
|
|
|
<a href="{{this.resource.url}}" target="_blank" class="gh-dashboard5-resource-bigarticle" rel="noopener noreferrer">
|
|
|
|
<div class="gh-dashboard5-resource-text">
|
|
|
|
<h3>{{this.resource.title}}</h3>
|
|
|
|
<p>{{this.resource.excerpt}}</p>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="gh-dashboard5-resource-footer">
|
|
|
|
<a href="https://ghost.org/resources/" target="_blank" rel="noopener noreferrer">Learn more →</a>
|
|
|
|
</div>
|
2022-04-22 13:42:51 +03:00
|
|
|
</div>
|
2022-04-28 19:16:35 +03:00
|
|
|
{{/if}}
|
2022-04-22 13:42:51 +03:00
|
|
|
</article>
|
|
|
|
</section>
|