diff --git a/config.toml b/config.toml index 1d988fe..e4b2ad3 100644 --- a/config.toml +++ b/config.toml @@ -19,16 +19,16 @@ paginate = 10 url = "/contributing" weight = 2 -[[menu.main]] - name = "Source Code" - pre = "
" - url = "/source-code" - weight = 3 - [[menu.main]] name = "Download" pre = " " url = "/download" + weight = 3 + +[[menu.main]] + name = "Source Code" + pre = " " + url = "/source-code" weight = 4 [[menu.main]] diff --git a/themes/exectos/layouts/partials/header.html b/themes/exectos/layouts/partials/header.html index 114ae29..aadab88 100644 --- a/themes/exectos/layouts/partials/header.html +++ b/themes/exectos/layouts/partials/header.html @@ -1,6 +1,6 @@