mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:35:06 +03:00
Put 'home' link in .toml file so that it doesn't pukl the title
This commit is contained in:
parent
5685736213
commit
e85dde1da2
2 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,14 @@ title = 'Equitable Open-Source for Web3'
|
||||||
# menu links via config file
|
# menu links via config file
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'home'
|
||||||
|
name = 'Home'
|
||||||
|
title = 'home'
|
||||||
|
url = '/'
|
||||||
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'docs'
|
identifier = 'docs'
|
||||||
name = 'Docs'
|
name = 'Docs'
|
||||||
|
|
|
@ -3,6 +3,4 @@ title: "Install tea"
|
||||||
Description: "the next-generation, cross‐platform package manager"
|
Description: "the next-generation, cross‐platform package manager"
|
||||||
layout: "index"
|
layout: "index"
|
||||||
og_image: "http://www.tea.xyz.s3-website-us-east-1.amazonaws.com/cover.png"
|
og_image: "http://www.tea.xyz.s3-website-us-east-1.amazonaws.com/cover.png"
|
||||||
menu: main
|
|
||||||
weight: 1
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue