mind-overflow-website-ghost.../partials/tag-card-big.hbs
Lorenzo DellacĂ  eefd3de659 Fix minor issues
- fixed indentation
- moved navbars and policy popup to "partials"
- fixed broken image if website icon wasn't set
2020-11-04 23:29:55 +01:00

9 lines
288 B
Handlebars

<article class="{{post_class}}">
<a class="mind-tag-card_main" href="{{url}}">
<img class="mind-tag-card_feature-image" src="{{img_url feature_image size="s"}}" alt="Feature Image"/>
<header class="mind-tag-card_header">
<h4>{{name}}</h4>
</header>
</a>
</article>