I don’t think `category` is used here.

master
Zach Leatherman 2020-07-27 15:04:10 -05:00
parent 6a351cefda
commit 5fb79c5849
1 changed files with 1 additions and 9 deletions

View File

@ -21,15 +21,7 @@ eleventyExcludeFromCollections: true
"url": "{{ absolutePostUrl }}",
"title": "{{ post.data.title }}",
"content_html": {% if post.templateContent %}{{ post.templateContent | dump | safe }}{% else %}""{% endif %},
"date_published": "{{ post.date | rssDate }}",
"tags": [
{%- for c in post.data.category %}
"{{ c }}"
{%- if not loop.last -%}
,
{%- endif -%}
{%- endfor %}
]
"date_published": "{{ post.date | rssDate }}"
}
{%- if not loop.last -%}
,