Skip to content

Commit c84ec53

Browse files
rohandebsarkarpecey
authored andcommitted
1 parent bd12c2d commit c84ec53

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_includes/projects_horizontal.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<div class="row g-0">
99
{%- if project.img -%}
1010
<div class="card-img col-md-6">
11-
{% responsive_image_block %}
12-
path: {{ project.img }}
13-
alt: "project thumbnail"
14-
{% endresponsive_image_block %}
11+
{% include figure.html path=project.img alt="project thumbnail" %}
1512
</div>
1613
<div class="col-md-6">
1714
{%- else -%}

0 commit comments

Comments
 (0)