mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:55:15 +03:00
Added products page
This commit is contained in:
parent
da1c16d92d
commit
a546667caa
|
@ -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
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