blob: 954ad143977e62c00e5dc14de39a70555780f3da (
plain)
1
2
3
4
5
6
7
8
9
10
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>
|