fix: feed schema + webfinger
This commit is contained in:
parent
0fd62529cf
commit
da058d3ffd
4 changed files with 10 additions and 37 deletions
|
@ -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 %}
|
||||
]
|
||||
|
|
Reference in a new issue