From 9505fd351385fd97d9520cd255f309ee5ec85801 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Mon, 12 Aug 2019 20:33:21 +0930 Subject: [PATCH] fix(config): local links should ends with a slash --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 27a6f5b..a2d0ba2 100644 --- a/_config.yml +++ b/_config.yml @@ -101,8 +101,8 @@ theme_config: # Header menu: - Home: /blog - About: /about + Home: /blog/ + About: /about/ GitLab: https://gitlab.com/curben/blog # Your Feed Location @@ -121,6 +121,6 @@ theme_config: # 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 links: - Home: /blog + Home: /blog/ GitLab: https://gitlab.com/curben/blog