diff options
author | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2024-05-07 19:07:51 -0600 |
commit | b709feebcfccddf991f04e15dc19aaec22fe69fc (patch) | |
tree | 0bb8575cba9d9612e04130504d4bf881e99311e4 /archive.liquid | |
parent | a4c0692f8dbab80cf5c0b5644ec050322040c4e3 (diff) |
Add polyglot
Diffstat (limited to 'archive.liquid')
-rw-r--r-- | archive.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.liquid b/archive.liquid index adc35f5..74a8372 100644 --- a/archive.liquid +++ b/archive.liquid @@ -5,7 +5,7 @@ permalink: /archive.html <div class="column"> <h1> - {% t global.archive %} + {{ site.data[site.active_lang].strings.global.archive }} </h1> {% for post in site.posts %} |