diff options
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 %} |