mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 09:04:23 +01:00
Fix: urls in navbar
This commit is contained in:
parent
0760141c58
commit
dacbdafe1d
1 changed files with 3 additions and 3 deletions
|
@ -173,15 +173,15 @@ menu:
|
|||
main:
|
||||
- name: Blog
|
||||
pre: ""
|
||||
url: blog
|
||||
url: blog/
|
||||
weight: 1
|
||||
- name: Portfolio
|
||||
pre: ""
|
||||
url: portfolio
|
||||
url: portfolio/
|
||||
weight: 2
|
||||
- name: About Me
|
||||
pre: ""
|
||||
url: about
|
||||
url: about/
|
||||
weight: 3
|
||||
- name: Contact
|
||||
pre: '#'
|
||||
|
|
Loading…
Reference in a new issue