Skip to content

Commit

Permalink
Update post-card.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestigeBR authored Apr 9, 2022
1 parent 2f468fa commit 9687fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/blog/post-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{%- endif -%}

<div class="col-lg-6 my-3 wow animated fadeIn" data-wow-delay=".15s">
<a href="{{ post_url }}" class="post card text-themed" {%- if post.external_url and site.open_new_tab -%} target="_blank" {%- endif -%}>
<a href="{{ post_url }}" class="project card text-themed" {%- if post.external_url and site.open_new_tab -%} target="_blank" {%- endif -%}>
<img class="card-img-top" src="{{ post.image }}" alt="{{ post.title }}" />
<div class="card-body">
<h5 class="card-title">
Expand Down

0 comments on commit 9687fa9

Please sign in to comment.