diff options
Diffstat (limited to '_includes/image.html')
-rw-r--r-- | _includes/image.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_includes/image.html b/_includes/image.html index 19149b3..5aa729b 100644 --- a/_includes/image.html +++ b/_includes/image.html @@ -2,7 +2,6 @@ {% if {{include.url}} %} <a class="no_icon" target="_blank" rel="noopener" href="{{include.url}}"> {% endif %} - <source srcset='../assets/img/{{include.file | remove: ".jpg" | remove: ".png" | remove: ".jpeg" | remove: ".tiff" | remove: ".gif" }}.webp' type="image/webp"> <img class="docimage" src="../assets/img/{{include.file}}" alt="{{include.alt}}" {% if {{include.max-width}} %}style="max-width: {{include.max-width}}px"{% endif %} /> {% if {{include.url}} %}</a>{% endif %}{% if {{include.caption}} %} <figcaption> |