chore(post.html): drop post links to mastodon
This commit is contained in:
parent
d5c31a87d3
commit
d73444d714
6 changed files with 3 additions and 25 deletions
|
@ -1,8 +0,0 @@
|
|||
{%- if url -%}
|
||||
<div class="banner mastodon">
|
||||
<p>
|
||||
{% tablericon "brand-mastodon" %}
|
||||
<a class="mastodon" href="{{ url }}"> Discuss this post on Mastodon. </a>
|
||||
</p>
|
||||
</div>
|
||||
{%- endif -%}
|
|
@ -53,9 +53,6 @@ schema: blog
|
|||
posts: post.posts,
|
||||
shows: post.shows
|
||||
%}
|
||||
{% render "blocks/banners/mastodon.liquid"
|
||||
url:post.mastodon_url
|
||||
%}
|
||||
{% render "blocks/banners/coffee.liquid" %}
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue