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: menu:
main: main:
- name: Home - name: Home
url: / url: ""
weight: 1 weight: 1
- name: About - name: About
url: /about/ url: "about/"
weight: 2 weight: 2
- name: Categories - name: Categories
url: /categories/ url: "categories/"
weight: 3 weight: 3
- name: Tags - name: Tags
url: /tags/ url: "tags/"
weight: 4 weight: 4
- name: Subscribe - name: Subscribe
url: /index.xml url: "index.xml"
params: params:
description: "A website built through Hugo and blogdown." description: "A website built through Hugo and blogdown."