From 922000449f6a49cb5f1c0d1cac92cdd2e03f3b8d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 2 Mar 2024 20:40:51 -0800 Subject: [PATCH] fix: date format --- package.json | 2 +- src/_includes/post.liquid | 2 +- src/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %}