Closed espenlg closed 5 years ago
In the example on how to use partials:
{{ partial src="sets/{type}" }}
It should have been
{{ partial src="sets/{type}_set" }}
to match the filenames used below.
Fixed, thanks!
In the example on how to use partials:
{{ partial src="sets/{type}" }}
It should have been
{{ partial src="sets/{type}_set" }}
to match the filenames used below.