adding template support for items

This commit is contained in:
mspnr
2021-01-31 17:07:19 +01:00
parent 6524098340
commit 22dabfe0c2
4 changed files with 83 additions and 70 deletions

View File

@ -20,7 +20,7 @@
{{ partial "spotlight" site.Data.spotlight2 }}
{{ partial "spotlight" site.Data.spotlight3 }}
{{ partial "gallery" . }}
{{ partial "items" . }}
{{ partial "items" site.Data.items }}
{{ partial "elements" . }}
{{ partial "elements_reference" . }}
{{ partial "template/footer" . }}