Skip to content

Commit

Permalink
2024-12-14 22:18:43
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Dec 14, 2024
1 parent c88905d commit 93b82ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/shortcodes/imgur.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
<figure class="figure">
<a title="{{ ($caption) }}" class="d-block" href="https://i.imgur.com/{{ ($file) }}"
rel="noopener nofollow" data-fancybox="gallery" data-caption="{{ ($caption) }}">
<img class="figure-img {{ ($class) }}" src="https://i.imgur.com/{{ ($img) }}" alt="{{ ($img) }}" loading="lazy"/>
<img class="figure-img {{ ($class) }} img-thumbnail" src="https://i.imgur.com/{{ ($img) }}"
alt="{{ ($img) }}" loading="lazy"/>
</a>
{{ with ($caption) }}
<figcaption class="figure-caption">{{ . }}</figcaption>
Expand Down

0 comments on commit 93b82ad

Please sign in to comment.