diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2022-08-25 19:58:00 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:08:25 +0100 |
commit | 03191f6f0991ffeffd8cbb30143c4e1afb7d371c (patch) | |
tree | 4fbc2b5256c06b59407beba8a4a69caaae839a9e /_includes/image.html | |
parent | add ont-found pic (diff) | |
download | hack-gpon.github.io-03191f6f0991ffeffd8cbb30143c4e1afb7d371c.tar hack-gpon.github.io-03191f6f0991ffeffd8cbb30143c4e1afb7d371c.tar.gz hack-gpon.github.io-03191f6f0991ffeffd8cbb30143c4e1afb7d371c.tar.bz2 hack-gpon.github.io-03191f6f0991ffeffd8cbb30143c4e1afb7d371c.tar.lz hack-gpon.github.io-03191f6f0991ffeffd8cbb30143c4e1afb7d371c.tar.xz hack-gpon.github.io-03191f6f0991ffeffd8cbb30143c4e1afb7d371c.tar.zst hack-gpon.github.io-03191f6f0991ffeffd8cbb30143c4e1afb7d371c.zip |
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> |