From 5dc6edc633695dc99ffe3007408023233b20a982 Mon Sep 17 00:00:00 2001 From: Andrea Date: Mon, 12 Oct 2020 23:08:49 +0200 Subject: Fix paths in navigation bar (#36) Co-authored-by: Yihui Xie --- exampleSite/config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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." -- cgit