chore(banners): drop unnecessary banners
This commit is contained in:
parent
5a133a7c23
commit
055f33c148
6 changed files with 3 additions and 14 deletions
|
@ -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