diff --git a/package-lock.json b/package-lock.json index 866d7edd..b84f9712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "21.9.1", + "version": "21.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "21.9.1", + "version": "21.9.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index c0d6f04a..89ed97ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "21.9.1", + "version": "21.9.2", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": { diff --git a/src/includes/partials/feeds/json.liquid b/src/includes/partials/feeds/json.liquid index 0ec36294..24c2e54e 100644 --- a/src/includes/partials/feeds/json.liquid +++ b/src/includes/partials/feeds/json.liquid @@ -15,7 +15,7 @@ "title": "{{ entry.title | escape }}{%- if entry.authors %} via {{ entry.authors.name }}{%- endif %}{%- if entry.rating %} ({{ entry.rating }}){%- endif %}", "content_text": "{{ entry.excerpt | escape }}", "date_published": "{{ entry.date | stringToRFC822Date }}" - }{%- if forloop.last == false %},{%- endif -%} + }}{% if forloop.last == false %},{% endif %} {%- endfor %} ] } \ No newline at end of file