mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
Added products page
This commit is contained in:
parent
da1c16d92d
commit
a546667caa
3 changed files with 11 additions and 0 deletions
|
@ -11,4 +11,5 @@ exclude = [
|
||||||
"https://www.googletagmanager.com/gtm.js",
|
"https://www.googletagmanager.com/gtm.js",
|
||||||
".*/mailto:.*@.*",
|
".*/mailto:.*@.*",
|
||||||
"https://tea.xyz/tea.white-paper",
|
"https://tea.xyz/tea.white-paper",
|
||||||
|
"https://tea.xyz/tea.products"
|
||||||
]
|
]
|
||||||
|
|
7
src/content/products.md
Normal file
7
src/content/products.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Products"
|
||||||
|
Description: "tea.products"
|
||||||
|
layout: "products"
|
||||||
|
menu: main
|
||||||
|
weight: 1
|
||||||
|
---
|
3
src/layouts/page/products.html
Normal file
3
src/layouts/page/products.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{{ define "main" }}
|
||||||
|
|
||||||
|
{{ end }}
|
Loading…
Reference in a new issue