mirror of
https://github.com/ivabus/www
synced 2024-11-22 08:15:07 +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]
|
||||
|
||||
[[menu.main]]
|
||||
identifier = 'home'
|
||||
name = 'Home'
|
||||
title = 'home'
|
||||
url = '/'
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
identifier = 'docs'
|
||||
name = 'Docs'
|
||||
|
|
|
@ -3,6 +3,4 @@ title: "Install tea"
|
|||
Description: "the next-generation, cross‐platform package manager"
|
||||
layout: "index"
|
||||
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