mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:05:15 +03:00
Added Nebraska Man page
This commit is contained in:
parent
a546667caa
commit
b415e6673f
|
@ -11,5 +11,6 @@ exclude = [
|
|||
"https://www.googletagmanager.com/gtm.js",
|
||||
".*/mailto:.*@.*",
|
||||
"https://tea.xyz/tea.white-paper",
|
||||
"https://tea.xyz/tea.products"
|
||||
"https://tea.xyz/tea.products",
|
||||
"https://tea.xyz/tea.nebraska-man"
|
||||
]
|
||||
|
|
7
src/content/nebraska-man.md
Normal file
7
src/content/nebraska-man.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Nebraksa Man"
|
||||
Description: "tea.nebraska-man"
|
||||
layout: "nebraska-man"
|
||||
menu: main
|
||||
weight: 2
|
||||
---
|
3
src/layouts/page/nebraska-man.html
Normal file
3
src/layouts/page/nebraska-man.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{ define "main" }}
|
||||
|
||||
{{ end }}
|
Loading…
Reference in a new issue