From efe748ad3ec447afb17f603d5a5fd4d94d920e35 Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 3 Mar 2020 22:55:59 +1000 Subject: [PATCH] format output links properly to deal with single quotes in filenames etc --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index c2ecf9e..9141378 100644 --- a/_config.yml +++ b/_config.yml @@ -14,3 +14,4 @@ collections: output: false recipes: output: true + permalink: "/:collection/:name"