mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 07:27:03 -04:00
config.toml: Let links point to the new forum url
This commit is contained in:
parent
877fc4acb3
commit
f91c0c489f
@ -38,7 +38,7 @@ pluralizeListTitles = false
|
|||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Discuss Hugo"
|
name = "Discuss Hugo"
|
||||||
pre = "<i class='fa fa-comments'></i>"
|
pre = "<i class='fa fa-comments'></i>"
|
||||||
url = "http://discuss.gohugo.io/"
|
url = "https://discourse.gohugo.io/"
|
||||||
weight = -150
|
weight = -150
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About Hugo"
|
name = "About Hugo"
|
||||||
@ -93,7 +93,7 @@ pluralizeListTitles = false
|
|||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
parent = "community"
|
parent = "community"
|
||||||
name = "Discussion Forum"
|
name = "Discussion Forum"
|
||||||
url = "http://discuss.gohugo.io"
|
url = "https://discourse.gohugo.io/"
|
||||||
weight = 150
|
weight = 150
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Tutorials"
|
name = "Tutorials"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user