From 7f9dcbe44d3df4441847175bdcdc2a592090778a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 5 May 2023 16:51:02 -0700 Subject: [PATCH] fix: additional date fixes --- src/assets/atom-feed-links.xsl | 2 +- src/feeds/links.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/atom-feed-links.xsl b/src/assets/atom-feed-links.xsl index 2a7c7ddd..dbbc5180 100644 --- a/src/assets/atom-feed-links.xsl +++ b/src/assets/atom-feed-links.xsl @@ -74,7 +74,7 @@ xmlns:atom="http://www.w3.org/2005/Atom"> - + • diff --git a/src/feeds/links.liquid b/src/feeds/links.liquid index c32acc86..bfdbb8c4 100644 --- a/src/feeds/links.liquid +++ b/src/feeds/links.liquid @@ -13,7 +13,7 @@ permalink: /links.xml {{ link.content.title | escape }} - {{ link.publication_date | date: "%m.%d.%Y" }} + {{ link.content.library.last_favorited_date | date: "%m.%d.%Y" }} {{ link.content.link }} {{ link.excerpt | escape }}