fix: tags
This commit is contained in:
parent
1aa50cdfc9
commit
408b7bcc2c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"id": "{{ entry.url | btoa }}",
|
"id": "{{ entry.url | btoa }}",
|
||||||
"title": "{{ entry.title | replaceQuotes }}",
|
"title": "{{ entry.title | replaceQuotes }}",
|
||||||
"url": "{{ entry.url }}",
|
"url": "{{ entry.url }}",
|
||||||
"content_text": "{{ entry.title | replaceQuotes }} {{ entry.url }}",
|
"content_text": "{{ entry.title | replaceQuotes }}{% if tagMap %} {{ entry.url | tagLookup: tagMap }}{% endif %} {{ entry.url }}",
|
||||||
"date_published": "{{ entry.date | stringToRFC822Date }}"
|
"date_published": "{{ entry.date | stringToRFC822Date }}"
|
||||||
}{% if not forloop.last %},{% endif %}
|
}{% if not forloop.last %},{% endif %}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
|
Reference in a new issue