fix: json formatting
This commit is contained in:
parent
4e88184719
commit
32241e8780
3 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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 %}
|
||||
]
|
||||
}
|
Reference in a new issue