diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml index d95fbf887..70f6486f9 100644 --- a/config.toml +++ b/config.toml @@ -35,8 +35,12 @@ pygmentsStyle = "tango" weight = -100 url = "/docs/" [[menu.main]] - name = "GitHub" + name = "Blog" weight = -99 + url = "/blog/" +[[menu.main]] + name = "GitHub" + weight = -98 url = "https://github.com/google/gvisor" # First one is picked as the Twitter card image if not set on page. |