Added products page

This commit is contained in:
Thomas Smith 2022-10-03 17:08:34 -04:00
parent da1c16d92d
commit a546667caa
3 changed files with 11 additions and 0 deletions

View file

@ -11,4 +11,5 @@ exclude = [
"https://www.googletagmanager.com/gtm.js",
".*/mailto:.*@.*",
"https://tea.xyz/tea.white-paper",
"https://tea.xyz/tea.products"
]

7
src/content/products.md Normal file
View file

@ -0,0 +1,7 @@
---
title: "Products"
Description: "tea.products"
layout: "products"
menu: main
weight: 1
---

View file

@ -0,0 +1,3 @@
{{ define "main" }}
{{ end }}