mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 08:29:19 +02:00
Fix paths in navigation bar (#36)
Co-authored-by: Yihui Xie <xie@yihui.name>
This commit is contained in:
parent
428a441c55
commit
5dc6edc633
|
@ -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."
|
||||||
|
|
Loading…
Reference in New Issue