coryd.dev/src/includes/static/blocks/banners/old-post.liquid

5 lines
234 B
Text

{%- if isOldPost -%}
<div class="banner old-post">
<p>{% tablericon "clock-x" %} This post is over 3 years old. I've probably changed my mind since it was written and it <em>could</em> be out of date.</p>
</div>
{%- endif -%}