aboutsummaryrefslogtreecommitdiff
path: root/_includes/outdated.html
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-26 14:21:55 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-26 14:21:55 +0100
commit6798c70da968f9bd883f1bfa3d03725953f0553a (patch)
tree256f043de9ae4045ffc85dd77a17493515a777c0 /_includes/outdated.html
parentae1b6f841f109a5a2979afd0ad9cf06917c8b570 (diff)
update admonitions
Diffstat (limited to '_includes/outdated.html')
-rw-r--r--_includes/outdated.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/outdated.html b/_includes/outdated.html
index 7859ecd..a1c5489 100644
--- a/_includes/outdated.html
+++ b/_includes/outdated.html
@@ -1,4 +1,4 @@
-<blockquote class="admonition" hidden x-unhide-after="{{ include.date | date: "%s" | plus: site.stale_threshold }}">
+<blockquote class="admonition warning" hidden x-unhide-after="{{ include.date | date: "%s" | plus: site.stale_threshold }}">
<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>