diff --git a/package.json b/package.json index 5874011f..784a6f11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "7.0.0", + "version": "7.0.1", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index 14f97aea..a19ddcd4 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -19,6 +19,7 @@ schema: blog {% render "partials/share-button.liquid", url:postUrl, title:title, tagMap:collections.tagMap %}