summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2015-05-25 11:54:22 -0400
committerspf13 <steve.francia@gmail.com>2015-05-25 11:54:22 -0400
commitf49b63a4dd2802b186ac0302fc855faebc55625d (patch)
treeb503fe8729e7143bf9efe1a7ddc2856a221a44b1 /docs/config.toml
parent4a1773963b1769863eceac16b9699d630249e88e (diff)
Move press page to top level menu
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 824c21fb1..313688a74 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -20,6 +20,11 @@ MetaDataFormat = "yaml"
url = "/showcase/"
weight = -180
[[menu.main]]
+ name = "Press & Articles"
+ pre = "<i class='fa fa-bullhorn'></i>"
+ url = "/community/press/"
+ weight = -170
+[[menu.main]]
name = "Discuss Hugo"
pre = "<i class='fa fa-comments'></i>"
url = "http://discuss.gohugo.io/"