From db4dfaedc615784884e3ffeaeadc80c342e76fc2 Mon Sep 17 00:00:00 2001 From: rohandebsarkar Date: Mon, 15 Aug 2022 08:38:29 +0530 Subject: [PATCH] fix #814 --- _includes/projects_horizontal.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_includes/projects_horizontal.html b/_includes/projects_horizontal.html index 7d1be4949eba..ddf7405843c1 100644 --- a/_includes/projects_horizontal.html +++ b/_includes/projects_horizontal.html @@ -8,10 +8,7 @@
{%- if project.img -%}
- {% responsive_image_block %} - path: {{ project.img }} - alt: "project thumbnail" - {% endresponsive_image_block %} + {% include figure.html path=project.img alt="project thumbnail" %}
{%- else -%}