adding template support for gallery

This commit is contained in:
mspnr
2021-01-31 17:57:51 +01:00
parent 22dabfe0c2
commit 459291f0f2
4 changed files with 103 additions and 156 deletions

View File

@ -19,7 +19,7 @@
{{ partial "spotlight" site.Data.spotlight1 }}
{{ partial "spotlight" site.Data.spotlight2 }}
{{ partial "spotlight" site.Data.spotlight3 }}
{{ partial "gallery" . }}
{{ partial "gallery" site.Data.gallery }}
{{ partial "items" site.Data.items }}
{{ partial "elements" . }}
{{ partial "elements_reference" . }}