fix: link feed update date
This commit is contained in:
parent
068b4ec553
commit
74faf6d1d3
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.0.3",
|
"version": "12.0.4",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -8,6 +8,6 @@ permalink: /feeds/links
|
||||||
title:"Links • Cory Dransfeldt"
|
title:"Links • Cory Dransfeldt"
|
||||||
description:"Links I've liked."
|
description:"Links I've liked."
|
||||||
data:collections.links
|
data:collections.links
|
||||||
updated:links[0].date
|
updated:collections.links[0].data.date
|
||||||
site:site
|
site:site
|
||||||
%}
|
%}
|
Reference in a new issue