fix: feed schema + webfinger

This commit is contained in:
Cory Dransfeldt 2023-03-28 12:06:43 -07:00
parent 0fd62529cf
commit da058d3ffd
No known key found for this signature in database
4 changed files with 10 additions and 37 deletions

View file

@ -13,7 +13,7 @@ permalink: '/follow.json'
"id": "{{ item.id }}",
"title": "{{ item.title }}",
"url": "{{ item.url }}"
"date_published": {{ item.date_published }}
"date_published": {{ item.date_published | date: "%m.%d.%Y" }}
}{% if not forloop.last %},{% endif %}
{% endfor %}
]