mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 01:41:46 +03:00
26 lines
1.2 KiB
Handlebars
26 lines
1.2 KiB
Handlebars
<section class="gh-dashboard5-resource gh-dashboard5-resources" {{did-insert this.load}}>
|
|
<article class="gh-dashboard5-resource-box">
|
|
|
|
{{#if (not (or this.loading this.error))}}
|
|
<div class="gh-dashboard5-resource-thumbnail" style="background-image: url({{this.resource.feature_image}})"></div>
|
|
<div class="gh-dashboard5-resource-body">
|
|
<div>
|
|
<div class="gh-dashboard5-resource-title">
|
|
<h4>Resources</h4>
|
|
</div>
|
|
<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>
|
|
</div>
|
|
{{/if}}
|
|
|
|
</article>
|
|
</section>
|