mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
8 lines
223 B
HTML
8 lines
223 B
HTML
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
<div class="album">
|
|
{{ range (split (.Get "images") ",") }}
|
|
<div class="img" style="background-image: url('{{ . }}');"></div>
|
|
{{ end }}
|
|
<div class="inner">{{ .Inner }}</div>
|
|
|
|
</div> |