aboutsummaryrefslogtreecommitdiff
path: root/_includes/outdated.html
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
commit419882a889df4198f1af811381f1958e23211ceb (patch)
treeeb611322296b785d74628234fb64eff93fda9ed2 /_includes/outdated.html
parentddb547694fbc649933328effd1ae08dab5eb1eea (diff)
added i18n + wip software postHEADmaster
Diffstat (limited to '_includes/outdated.html')
-rw-r--r--_includes/outdated.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/outdated.html b/_includes/outdated.html
index a1c5489..954ad14 100644
--- a/_includes/outdated.html
+++ b/_includes/outdated.html
@@ -1,5 +1,11 @@
<blockquote class="admonition warning" hidden x-unhide-after="{{ include.date | date: "%s" | plus: site.stale_threshold }}">
+ {% if page.lang == "ja" %}
+ {% include i18n/outdated.ja.html %}
+ {% elsif page.lang == "nl" %}
+ {% include i18n/outdated.nl.html %}
+ {% else %}
<p class="title">Warning</p>
<p>This post was last updated on {{ include.date | datefmt }}, and may no
longer contain accurate or up-to-date information.</p>
+ {% endif %}
</blockquote>