aboutsummaryrefslogtreecommitdiff
path: root/_includes/outdated.html
blob: 7859ecd24058b5e434655a80a86228b81d523c40 (plain)
1
2
3
4
5
<blockquote class="admonition" 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>
</blockquote>