Skip to content
This repository has been archived by the owner on Jan 1, 2022. It is now read-only.

Commit

Permalink
Channels first in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkelly committed Apr 25, 2019
1 parent 239d5b7 commit b35e3cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.toml
Expand Up @@ -14,13 +14,13 @@ url = "/"
weight = 1

[[ menu.main ]]
name = "Videos"
url = "/videos/"
name = "Channels"
url = "/channels/"
weight = 2

[[ menu.main ]]
name = "Channels"
url = "/channels/"
name = "Videos"
url = "/videos/"
weight = 3

[[ menu.main ]]
Expand Down

0 comments on commit b35e3cc

Please sign in to comment.