From a546667caa55dc65e4842572cc54c8ded373a928 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 3 Oct 2022 17:08:34 -0400 Subject: [PATCH] Added products page --- lychee.toml | 1 + src/content/products.md | 7 +++++++ src/layouts/page/products.html | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 src/content/products.md create mode 100644 src/layouts/page/products.html diff --git a/lychee.toml b/lychee.toml index f1ed770..317a3c7 100644 --- a/lychee.toml +++ b/lychee.toml @@ -11,4 +11,5 @@ exclude = [ "https://www.googletagmanager.com/gtm.js", ".*/mailto:.*@.*", "https://tea.xyz/tea.white-paper", + "https://tea.xyz/tea.products" ] 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..c897030 --- /dev/null +++ b/src/layouts/page/products.html @@ -0,0 +1,3 @@ +{{ define "main" }} + +{{ end }}