chore: matter -> reader
This commit is contained in:
parent
d2c5d9a8c1
commit
156b0ff9e3
4 changed files with 15 additions and 12 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue