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
config.toml
ipng.ch/themes/hugo-theme-ipng/layouts/shortcodes/container.html
2024-08-04 21:42:06 +02:00

4 lines
85 B
HTML

<div class="{{ default "resume-content" (.Get "class") }}">
{{ .Inner }}
</div>