diff options
author | EuAndreh <eu@euandre.org> | 2020-08-16 10:19:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-16 10:19:04 -0300 |
commit | eb7f8a944f994f2d93febe14884a2c7ee736cba5 (patch) | |
tree | 968f91684140a7d9cad564cdf49fcf06f928d356 /_layouts | |
parent | i18n: Ajouter le support pour la version française (diff) | |
download | euandre.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 '_layouts')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 71643b5..de8c726 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -26,7 +26,7 @@ <header> <nav> <div id="nav-left"> - <a href="/"><web>EuAndreh</web></pre></a> + <a href="{{ site.t.blog_url[page.lang] }}"><web>EuAndreh</web></pre></a> </div> <div id="nav-right"> {% if page.ref != nil %} |