chore: clean up unnecessary deps

This commit is contained in:
Cory Dransfeldt 2024-01-15 18:05:27 -08:00
parent 4667d45373
commit 35cd260ce5
No known key found for this signature in database
18 changed files with 15 additions and 69 deletions

View file

@ -3,9 +3,7 @@
{% capture css %}
{% render "../../assets/styles/widgets/banner-old-post.css" %}
{% endcapture %}
<style>
{{ css | cssmin }}
</style>
<style>{{ css }}</style>
<div class="banner__old-post">
<p>{% tablericon "clock-x" "Old post" %} 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>