fix: json follow feed title
This commit is contained in:
parent
02e444e25e
commit
cf4cc931a4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ permalink: '/follow.json'
|
||||||
"posts": [
|
"posts": [
|
||||||
{% for item in posts %}
|
{% for item in posts %}
|
||||||
{
|
{
|
||||||
"title": "{{ item.data.title }}",
|
"title": "{{ item.title }}",
|
||||||
"url": "{{ item.url }}"
|
"url": "{{ item.url }}"
|
||||||
}{% if not loop.last %},{% endif %}
|
}{% if not loop.last %},{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Reference in a new issue