From: Andrea Date: Mon, 12 Oct 2020 21:08:49 +0000 (+0200) Subject: Fix paths in navigation bar (#36) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5dc6edc633695dc99ffe3007408023233b20a982;p=brevno-suite%2Fthemes%2Fxmin Fix paths in navigation bar (#36) Co-authored-by: Yihui Xie --- diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 8875342..6b5e2eb 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -14,19 +14,19 @@ permalinks: menu: main: - name: Home - url: / + url: "" weight: 1 - name: About - url: /about/ + url: "about/" weight: 2 - name: Categories - url: /categories/ + url: "categories/" weight: 3 - name: Tags - url: /tags/ + url: "tags/" weight: 4 - name: Subscribe - url: /index.xml + url: "index.xml" params: description: "A website built through Hugo and blogdown."