chore(banners): drop unnecessary banners

This commit is contained in:
Cory Dransfeldt 2025-06-06 14:06:44 -07:00
parent 5a133a7c23
commit 055f33c148
No known key found for this signature in database
6 changed files with 3 additions and 14 deletions

View file

@ -1,3 +0,0 @@
<div class="banner coffee">
<p>{% tablericon "coffee" %} <a class="coffee" href="https://buymeacoffee.com/cory">If you found this post helpful, you can buy me a coffee.</a></p>
</div>

View file

@ -1,3 +0,0 @@
<div class="banner mail">
<p>{% tablericon "mail" %} <a class="mail" href="/contact">Reply to or discuss this post via email.</a></p>
</div>

View file

@ -1,3 +0,0 @@
<div class="banner error">
<p>{% tablericon "alert-circle" %} {{ text }}</p>
</div>

View file

@ -54,7 +54,5 @@ schema: blog
posts: post.posts,
shows: post.shows
%}
{% render "blocks/banners/email.liquid" %}
{% render "blocks/banners/coffee.liquid" %}
</div>
</article>