From eb7f8a944f994f2d93febe14884a2c7ee736cba5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Aug 2020 10:19:04 -0300 Subject: Make blog_url dynamic instead of pointing to root which is always english --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 89e3207..d3a99b3 100644 --- a/_config.yml +++ b/_config.yml @@ -38,6 +38,10 @@ collections: permalink: /til/:year/:month/:day/:title:output_ext t: + blog_url: + en: "/en/" + pt: "/pt/" + fr: "/fr/" about: en: "About" pt: "Sobre" -- cgit v1.3