From 30bf648b5931e3687782c0df1b30735e5bed6b80 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Sun, 9 Dec 2018 09:07:42 +0530 Subject: [PATCH] Fix warning that no taxonomy template exists for tags --- layouts/tags/list.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/tags/list.html diff --git a/layouts/tags/list.html b/layouts/tags/list.html new file mode 100644 index 0000000..9b5ab81 --- /dev/null +++ b/layouts/tags/list.html @@ -0,0 +1,3 @@ +{{ define "main" }} + {{ partial "products/list/product-list.html" . }} +{{ end }} \ No newline at end of file