chore: matter -> reader

This commit is contained in:
Cory Dransfeldt 2023-07-14 13:45:38 -07:00
parent d2c5d9a8c1
commit 156b0ff9e3
No known key found for this signature in database
4 changed files with 15 additions and 12 deletions

View file

@ -9,10 +9,10 @@ permalink: '/links.json'
"feed_url": "https://coryd.dev/links.json",
"items": [{% for link in links %}
{
"id": "{{ link.link }}",
"id": "{{ link.id }}",
"title": "{{ link.title | escape }}",
"url": "{{ link.url }}",
"content_text": "",
"content_text": "{{ link.summary | escape }}",
"date_published": "{{ link.time | date: "%Y-%m-%dT%H:%M:%S-08:00" }}"
}{% if not forloop.last %},{% endif %}
{% endfor %}