Skip to content

Commit

Permalink
fix: blog mobile covers
Browse files Browse the repository at this point in the history
Signed-off-by: veralex <alexey.verevkin@akvelon.com>
  • Loading branch information
alexakvelon authored and poiana committed Apr 3, 2023
1 parent e49f124 commit e595a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/blog/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="post__cover">
<a href="{{ .RelPermalink }}" class="text-decoration-none">
{{ partial "featured-image.html" (dict "p" . "class" "d-none d-md-block post__cover") }}
{{ partial "featured-image.html" (dict "p" . "class" "d-block post__cover") }}
</a>
</div>
<div class="post__content">
Expand Down

0 comments on commit e595a47

Please sign in to comment.