From 94c2a018b09f2ed526f318aa69b1aaccd224184f Mon Sep 17 00:00:00 2001 From: Kelvien Hidayat Date: Mon, 13 Apr 2020 22:34:02 -0400 Subject: [PATCH] Remove leading slash on links --- _config.yml | 4 ++-- _includes/header.html | 4 ++-- content/donate.md | 2 +- content/teams.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 4bbdcd6..f394542 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ host: 0.0.0.0 collections: chapters: output: true - permalink: /chapter/:path/ + permalink: /chapter/:path teams: output: true - permalink: /team/:path/ \ No newline at end of file + permalink: /team/:path \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 04c8698..aacfc81 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -10,11 +10,11 @@