From 5fb79c5849fd347ff112d3207447f8ece847c4c6 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 27 Jul 2020 15:04:10 -0500 Subject: [PATCH] =?UTF-8?q?I=20don=E2=80=99t=20think=20`category`=20is=20u?= =?UTF-8?q?sed=20here.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feed/json.njk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/feed/json.njk b/feed/json.njk index bee05e6..74ada7b 100644 --- a/feed/json.njk +++ b/feed/json.njk @@ -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 -%} ,