This commit is contained in:
Rohan Deb Sarkar 2022-08-15 08:40:12 +05:30 committed by GitHub
parent 967e367563
commit c1428532e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,7 @@
<div class="row g-0">
{%- if project.img -%}
<div class="card-img col-md-6">
{% responsive_image_block %}
path: {{ project.img }}
alt: "project thumbnail"
{% endresponsive_image_block %}
{% include figure.html path=project.img alt="project thumbnail" %}
</div>
<div class="col-md-6">
{%- else -%}