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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "9.1.4",
"version": "9.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "9.1.4",
"version": "9.1.5",
"license": "MIT",
"dependencies": {
"minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "9.1.4",
"version": "9.1.5",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {

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>