From 97a9ede8c7b16468c78506f4e6c413287f00cc07 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Aug 2021 19:35:11 +0300 Subject: fix permalinks openbsd doesn't like that i was trying to access 'example.com/page.html' by entering 'example.com/page' into the web browser. --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 4a3dd1e..ffe208e 100644 --- a/_config.yml +++ b/_config.yml @@ -25,7 +25,7 @@ collections: music_projects: output: true - permalink: /music/:title + permalink: /music/:title/ sort_by: start_date music_titles: @@ -44,7 +44,7 @@ defaults: layout: "post" - scope: - path: "_music_projects" + type: "music_projects" values: layout: "music-project" -- cgit v1.2.3