Files
archetypes
content
static
themes
hugo-theme-ipng
archetypes
assets
data
layouts
_default
partials
shortcodes
asciinema.html
contact-box.html
container.html
gallery-category.html
gallery-modal.html
gallery-photo.html
gallery-script.html
image.html
rawhtml.html
social.html
video.html
taxonomy
404.html
home.html
static
LICENSE.md
README.md
theme.toml
.drone.yml
.gitattributes
.gitignore
hugo.yaml
ipng.ch/themes/hugo-theme-ipng/layouts/shortcodes/gallery-photo.html
2024-08-04 21:42:06 +02:00

5 lines
145 B
HTML

<li class="gallery-photo">
<img src="{{ ( printf "img/thumbnails/%s" (.Get "fn")) | relURL }}" }}
alt="{{ .Get "caption" }}">
</li>