From b6fac44367e394e48b9a12563b92233729ca3242 Mon Sep 17 00:00:00 2001 From: Tatiana Zihindula <33040504+tati-z@users.noreply.github.com> Date: Tue, 31 Dec 2019 15:01:13 +0000 Subject: [PATCH] relative_permalinks are unsupported since v3.0+ This should prevent the error Since v3.0, permalinks for pages in subfolders must be relative to the site source directory, not the parent directory. Check https://jekyllrb.com/docs/upgrading/ for more info. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3e2f2432dd5..eaae3e59624 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ highlighter: pygments # Permalinks permalink: pretty -relative_permalinks: true +relative_permalinks: false # Setup title: Hyde