mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Move press page to top level menu
This commit is contained in:
@@ -19,6 +19,11 @@ MetaDataFormat = "yaml"
|
|||||||
pre = "<i class='fa fa-cubes'></i>"
|
pre = "<i class='fa fa-cubes'></i>"
|
||||||
url = "/showcase/"
|
url = "/showcase/"
|
||||||
weight = -180
|
weight = -180
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Press & Articles"
|
||||||
|
pre = "<i class='fa fa-bullhorn'></i>"
|
||||||
|
url = "/community/press/"
|
||||||
|
weight = -170
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Discuss Hugo"
|
name = "Discuss Hugo"
|
||||||
pre = "<i class='fa fa-comments'></i>"
|
pre = "<i class='fa fa-comments'></i>"
|
||||||
|
@@ -7,7 +7,7 @@ menu:
|
|||||||
main:
|
main:
|
||||||
parent: community
|
parent: community
|
||||||
next: /tutorials/automated-deployments
|
next: /tutorials/automated-deployments
|
||||||
prev: /community/press
|
prev: /community/mailing-list
|
||||||
title: Contributing to Hugo
|
title: Contributing to Hugo
|
||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
@@ -3,7 +3,7 @@ date: 2013-07-01
|
|||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
parent: community
|
parent: community
|
||||||
next: /community/press
|
next: /community/contributing
|
||||||
prev: /extras/urls
|
prev: /extras/urls
|
||||||
title: Mailing List
|
title: Mailing List
|
||||||
weight: 10
|
weight: 10
|
||||||
|
@@ -1,12 +1,7 @@
|
|||||||
---
|
---
|
||||||
date: 2014-03-24T20:00:00Z
|
date: 2014-03-24T20:00:00Z
|
||||||
linktitle: Press
|
linktitle: Press
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
parent: community
|
|
||||||
next: /community/contributing
|
|
||||||
notoc: true
|
notoc: true
|
||||||
prev: /community/mailing-list
|
|
||||||
title: Press, Blogs and Media Coverage
|
title: Press, Blogs and Media Coverage
|
||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user