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 }}