feat: mastodon-post web component

This commit is contained in:
Cory Dransfeldt 2024-02-19 11:19:38 -08:00
parent e0f6c26000
commit 6b65a517c5
No known key found for this signature in database
7 changed files with 64 additions and 7 deletions

View file

@ -29,5 +29,6 @@ schema: blog
</div>
</article>
</div>
{% render "partials/mastodon-post.liquid", postUrl: postUrl, linkPosts: linkPosts %}
{% render "partials/post-tags.liquid", tags: tags %}
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %}