Remove image classes, cause they're built in now

This commit is contained in:
John O'Nolan 2020-06-16 02:13:33 +07:00 committed by GitHub
parent 6fcac01a94
commit 6ce9070131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
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}}">
{{#if feature_image}}
<img class="gh-card-image"
@ -22,4 +22,4 @@ Re-usable card for linking to posts
<strong>Read more</strong>
</div>
</a>
</article>
</article>