diff options
author | Ian Lewis <ianlewis@google.com> | 2020-01-14 17:02:56 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-14 17:02:56 +0900 |
commit | fe815eed11750928d30296c5a5d013cb59ee7047 (patch) | |
tree | 10563a929eefe756abd0c24241d86222e41d6e60 /config.toml | |
parent | b94ef2075a78c3d7c6e479f152e48ab85db0f84e (diff) | |
parent | 039f309bc9ef9a70e0fe9f6c0372ced57b173a93 (diff) |
Merge branch 'master' into readme
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. |