fix(config): local links should ends with a slash

This commit is contained in:
curben 2019-08-12 20:33:21 +09:30
parent 801392b35d
commit 9505fd3513
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 3 additions and 3 deletions

View File

@ -101,8 +101,8 @@ theme_config:
# Header # Header
menu: menu:
Home: /blog Home: /blog/
About: /about About: /about/
GitLab: https://gitlab.com/curben/blog GitLab: https://gitlab.com/curben/blog
# Your Feed Location # Your Feed Location
@ -121,6 +121,6 @@ theme_config:
# If "icons: true" link names will interpreted as fontawesome icon names # If "icons: true" link names will interpreted as fontawesome icon names
# Use the forkawesome icon names (https://forkaweso.me/Fork-Awesome/icons/) without the fa- prefix # Use the forkawesome icon names (https://forkaweso.me/Fork-Awesome/icons/) without the fa- prefix
links: links:
Home: /blog Home: /blog/
GitLab: https://gitlab.com/curben/blog GitLab: https://gitlab.com/curben/blog