summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-16 10:19:04 -0300
committerEuAndreh <eu@euandre.org>2020-08-16 10:19:04 -0300
commiteb7f8a944f994f2d93febe14884a2c7ee736cba5 (patch)
tree968f91684140a7d9cad564cdf49fcf06f928d356 /_config.yml
parenti18n: Ajouter le support pour la version française (diff)
downloadeuandre.org-eb7f8a944f994f2d93febe14884a2c7ee736cba5.tar.gz
euandre.org-eb7f8a944f994f2d93febe14884a2c7ee736cba5.tar.xz
Make blog_url dynamic instead of pointing to root which is always english
Diffstat (limited to '')
-rw-r--r--_config.yml4
1 files changed, 4 insertions, 0 deletions
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"