From 49ada3eac1ef52229e550c98826f05f1c3d70078 Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Fri, 12 Jul 2024 22:06:43 -0300 Subject: [PATCH] Update collections permalinks in _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index ecb52fcf0ae2..134bb2817efc 100644 --- a/_config.yml +++ b/_config.yml @@ -193,10 +193,10 @@ collections: defaults: layout: post output: true - permalink: /news/:path/ + permalink: /:collection/:title/ projects: output: true - permalink: /projects/:path/ + permalink: /:collection/:title/ announcements: enabled: true