chore: restore popular posts

This commit is contained in:
Cory Dransfeldt 2023-08-26 19:42:28 -07:00
parent 713c3c219e
commit 5d637ee7b7
No known key found for this signature in database
7 changed files with 27 additions and 5 deletions

View file

@ -13,4 +13,5 @@ layout: main
</article>
{% render "partials/post-tags.liquid", tags: tags %}
{% render "partials/webmentions/container.liquid", webmentions: webmentions, page: page %}
{% render "partials/author.liquid", site: site %}
{% render "partials/author.liquid", site: site %}
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %}