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
9 lines
218 B
HTML
9 lines
218 B
HTML
<!-- Modal for gallery images -->
|
|
<div id="myModal" class="modal">
|
|
<span class="close">×</span>
|
|
<img class="modal-content" id="modal-img">
|
|
<div id="caption"></div>
|
|
<div id="loader"></div>
|
|
</div>
|
|
|