Put 'home' link in .toml file so that it doesn't pukl the title

This commit is contained in:
Thomas Smith 2023-03-23 18:43:05 -04:00
parent 5685736213
commit e85dde1da2
2 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,14 @@ title = 'Equitable Open-Source for Web3'
# menu links via config file
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
title = 'home'
url = '/'
weight = 1
[[menu.main]]
identifier = 'docs'
name = 'Docs'

View file

@ -3,6 +3,4 @@ title: "Install tea"
Description: "the next-generation, crossplatform package manager"
layout: "index"
og_image: "http://www.tea.xyz.s3-website-us-east-1.amazonaws.com/cover.png"
menu: main
weight: 1
---