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

@ -35,4 +35,5 @@ meta:
}
</style>
<div id="search" class="search"></div>
<script src="https://coryd.dev/_pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false, processTerm: (term) => {clicky.log('/search', term, 'pageview');} });"></script>
<script src="https://coryd.dev/_pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false, processTerm: (term) => {clicky.log('/search', term, 'pageview');} });"></script>
{% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %}