Fix paths in navigation bar (#36)

Co-authored-by: Yihui Xie <xie@yihui.name>
This commit is contained in:
Andrea 2020-10-12 23:08:49 +02:00 committed by GitHub
parent 428a441c55
commit 5dc6edc633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."