Remove image classes, cause they're built in now
This commit is contained in:
parent
6fcac01a94
commit
6ce9070131
|
@ -2,7 +2,7 @@
|
||||||
Re-usable card for linking to posts
|
Re-usable card for linking to posts
|
||||||
--}}
|
--}}
|
||||||
|
|
||||||
<article class="gh-card {{post_class}} {{#if feature_image}}with-image{{else}}no-image{{/if}}">
|
<article class="gh-card {{post_class}}">
|
||||||
<a class="gh-card-link" href="{{url}}">
|
<a class="gh-card-link" href="{{url}}">
|
||||||
{{#if feature_image}}
|
{{#if feature_image}}
|
||||||
<img class="gh-card-image"
|
<img class="gh-card-image"
|
||||||
|
@ -22,4 +22,4 @@ Re-usable card for linking to posts
|
||||||
<strong>Read more</strong>
|
<strong>Read more</strong>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue