Welcome to mirror list, hosted at ThFree Co, Russian Federation.

album.html « shortcodes « layouts - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21c66476fd24513ede694c531e57949f499f14d9 (plain)
1
2
3
4
5
6
7
8
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="album">
{{ range (split (.Get "images") ",") }}
{{ partial "picture" (dict "img" . "class" "img" "widths" (slice 540 720 960 1140)) }}
{{ end }}
<div class="inner">{{ .Inner }}</div>

</div>