Files
archetypes
content
static
themes
hugo-theme-notrack
archetypes
data
images
layouts
_default
partials
shortcodes
contact-box.html
container.html
gallery-category.html
gallery-modal.html
gallery-photo.html
gallery-script.html
image.html
rawhtml.html
resume-category.html
resume-entry.html
resume-section.html
social.html
video.html
taxonomy
404.html
home.html
static
.gitignore
LICENSE.md
README.md
theme.toml
.drone.yml
.gitattributes
.gitignore
config.toml
2022roadtripnose/themes/hugo-theme-notrack/layouts/shortcodes/gallery-photo.html

5 lines
145 B
HTML

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