diff --git a/package.json b/package.json index 2025d1b1..7fc31696 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "7.2.2", + "version": "7.2.3", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index a19ddcd4..3b305497 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -13,7 +13,7 @@ schema: blog
{% render "partials/share-button.liquid", url:postUrl, title:title, tagMap:collections.tagMap %} diff --git a/src/index.html b/src/index.html index 3d9271aa..4e882429 100644 --- a/src/index.html +++ b/src/index.html @@ -12,7 +12,7 @@ pagination: {% for post in pagination.items %}