2022-05-10 19:57:39 +03:00
|
|
|
<div class="gh-post-bookmark-container">
|
|
|
|
<div class="gh-post-bookmark">
|
2022-05-18 21:05:27 +03:00
|
|
|
{{#let (or @post.featureImage (get-setting "coverImage")) as |imageUrl|}}
|
|
|
|
{{#if imageUrl}}
|
|
|
|
<div class="gh-post-bookmark-image">
|
|
|
|
<img src={{imageUrl}} alt="" role="presentation" />
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2022-06-02 01:26:20 +03:00
|
|
|
<div class="gh-post-bookmark-content {{if imageUrl "" "no-image"}}">
|
|
|
|
<div class="gh-post-bookmark-title">{{@post.title}}</div>
|
|
|
|
<div class="gh-post-bookmark-text truncate">{{@post.excerpt}}</div>
|
|
|
|
<div class="gh-post-bookmark-details">
|
|
|
|
{{#if (get-setting "icon")}}
|
|
|
|
<div class="gh-post-bookmark-site-icon"><img src={{get-setting "icon"}} alt="" role="presentation" /></div>
|
|
|
|
{{/if}}
|
|
|
|
<div class="gh-post-bookmark-site-title">{{get-setting "title"}}</div>
|
|
|
|
<div class="gh-post-bookmark-authors">{{post-author-names @post}}</div>
|
|
|
|
</div>
|
2022-05-10 19:57:39 +03:00
|
|
|
</div>
|
2022-06-02 01:26:20 +03:00
|
|
|
{{/let}}
|
2022-05-10 15:26:01 +03:00
|
|
|
</div>
|
|
|
|
</div>
|