From 9b86db9a3808f279acf216395c7b3e19af6ee30c Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 30 Sep 2022 14:27:36 -0400 Subject: [PATCH] Added 'Products' Page --- src/content/products.md | 7 +++++++ src/layouts/page/products.html | 0 2 files changed, 7 insertions(+) create mode 100644 src/content/products.md create mode 100644 src/layouts/page/products.html diff --git a/src/content/products.md b/src/content/products.md new file mode 100644 index 0000000..7d83389 --- /dev/null +++ b/src/content/products.md @@ -0,0 +1,7 @@ +--- +title: "Products" +Description: "tea.products" +layout: "products" +menu: main +weight: 1 +--- diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html new file mode 100644 index 0000000..e69de29