mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-09-05 19:42:56 +02:00
adding template support for gallery
This commit is contained in:
@ -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" . }}
|
||||
|
Reference in New Issue
Block a user