Fix warning that no taxonomy template exists for tags

This commit is contained in:
Kishan B 2018-12-09 09:07:42 +05:30
parent 78c86425e0
commit 30bf648b59
1 changed files with 3 additions and 0 deletions

3
layouts/tags/list.html Normal file
View File

@ -0,0 +1,3 @@
{{ define "main" }}
{{ partial "products/list/product-list.html" . }}
{{ end }}