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 /404.liquid | |
parent | a4c0692f8dbab80cf5c0b5644ec050322040c4e3 (diff) |
Add polyglot
Diffstat (limited to '404.liquid')
-rw-r--r-- | 404.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ layout: default <div class="column"> <h1>404</h1> - <p>{% t errors.not_found %}</p> + <p>{{ site.data[site.active_lang].strings.errors.not_found }}</p> </div> |