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 }}