xplosionmind / tommi.space

The virtual representation of the mess inside Tommi’s mind [MIRROR]
https://tommi.space
Creative Commons Attribution Share Alike 4.0 International
7 stars 0 forks source link

Some file in `jam` collection has invalid `updated` value #67

Closed xplosionmind closed 8 months ago

xplosionmind commented 1 year ago

Once fixed, need to re-append | dateToRfc3339 to {{ entry.data.updated }}, in /feeds/all-json.njk and in /feeds/jam-json.njk. Part of the work to do for #65

[11ty] 1. Having trouble rendering njk template ./feeds/jam-json.njk (via TemplateContentRenderError)
[11ty] 2. (./feeds/jam-json.njk)
[11ty]   TypeError: dateObj.toISOString is not a function (via Template render error)
[11ty] 
[11ty] Original error stack trace: Template render error: (./feeds/jam-json.njk)
[11ty]   TypeError: dateObj.toISOString is not a function
[11ty]     at Object._prettifyError (/Users/tommi/tommi.space/node_modules/nunjucks/src/lib.js:36:11)
[11ty]     at /Users/tommi/tommi.space/node_modules/nunjucks/src/environment.js:563:19
[11ty]     at Template.root [as rootRenderFunc] (eval at _compile (/Users/tommi/tommi.space/node_modules/nunjucks/src/environment.js:633:18), <anonymous>:149:3)
[11ty]     at Template.render (/Users/tommi/tommi.space/node_modules/nunjucks/src/environment.js:552:10)
[11ty]     at /Users/tommi/tommi.space/node_modules/@11ty/eleventy/src/Engines/Nunjucks.js:434:14
[11ty]     at new Promise (<anonymous>)
[11ty]     at /Users/tommi/tommi.space/node_modules/@11ty/eleventy/src/Engines/Nunjucks.js:433:14
[11ty]     at Template._render (/Users/tommi/tommi.space/node_modules/@11ty/eleventy/src/TemplateContent.js:507:28)
[11ty]     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[11ty]     at async Template.renderWithoutLayout (/Users/tommi/tommi.space/node_modules/@11ty/eleventy/src/Template.js:451:27)
[11ty] Wrote 0 files (skipped 420) in 0.72 seconds (v2.0.0-canary.30)