forked from Git/hugo-story
		
	adding template support for items
This commit is contained in:
		@@ -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" . }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user