fix: feed dates
This commit is contained in:
parent
7b20663d24
commit
b78f17bad0
5 changed files with 6 additions and 6 deletions
|
@ -61,7 +61,7 @@
|
|||
"@type": "Person",
|
||||
"name": "{{ meta.author }}"
|
||||
},
|
||||
"datePublished": "{{ page.date | isoDateOnly }}"
|
||||
"datePublished": "{{ page.date | isoDateOnly: '.' }}"
|
||||
}
|
||||
</script>
|
||||
{% else %}
|
||||
|
|
Reference in a new issue