fix: data flow

This commit is contained in:
Cory Dransfeldt 2024-04-17 17:29:11 -07:00
parent 3d10bee145
commit c07541413b
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "12.0.7",
"version": "12.0.8",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -56,4 +56,4 @@ permalink: /search.html
</form>
<ul class="search__results hidden"></ul>
{% render "partials/tags.liquid", tags:collections.tagsSortedByCount, hasSpace:true %}
{% render "partials/addon-links.liquid", posts:collections.posts, analytics:analytics, links:links %}
{% render "partials/addon-links.liquid", posts:collections.posts, analytics:analytics, links:collections.links %}