chore(banners): drop unnecessary banners
This commit is contained in:
parent
5a133a7c23
commit
055f33c148
6 changed files with 3 additions and 14 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -1,3 +0,0 @@
|
|||
<div class="banner error">
|
||||
<p>{% tablericon "alert-circle" %} {{ text }}</p>
|
||||
</div>
|
|
@ -54,7 +54,5 @@ schema: blog
|
|||
posts: post.posts,
|
||||
shows: post.shows
|
||||
%}
|
||||
{% render "blocks/banners/email.liquid" %}
|
||||
{% render "blocks/banners/coffee.liquid" %}
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue