Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea <andry.tino@gmail.com>2020-10-13 00:08:49 +0300
committerGitHub <noreply@github.com>2020-10-13 00:08:49 +0300
commit5dc6edc633695dc99ffe3007408023233b20a982 (patch)
tree70744de526b83a61da2420ddfcba06e3eb5749b0
parent428a441c5544e268b612e98aedfbc9002b5948b2 (diff)
Fix paths in navigation bar (#36)
Co-authored-by: Yihui Xie <xie@yihui.name>
-rw-r--r--exampleSite/config.yaml10
1 files 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."