From 787de2ce1584da4248f518678129da8c175ad8f2 Mon Sep 17 00:00:00 2001 From: Daisuke KONISHI Date: Wed, 5 May 2021 01:47:40 +0900 Subject: =?UTF-8?q?datetime=E3=81=AE=E5=BD=A2=E5=BC=8F=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20#74?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不要なカンマを削除 --- layouts/partials/json-single.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/json-single.html b/layouts/partials/json-single.html index c34b20c..3433eda 100644 --- a/layouts/partials/json-single.html +++ b/layouts/partials/json-single.html @@ -10,15 +10,15 @@ "publisher": { "@type": "Organization", "name": "{{ .Site.Params.author }}", - "logo": "{{ .Site.BaseURL }}{{ .Site.Params.logo }}", + "logo": "{{ .Site.BaseURL }}{{ .Site.Params.logo }}" }, "image": "{{ .Site.BaseURL }}{{ .Params.image }}", - "datePublished": "{{ .Date.Format "2006-01-02" }}" + "datePublished": "{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}" }, "headline": "{{ substr (replace (.Content) "\n" "") 0 110 }}", "alternativeHeadline": "{{ .Site.Title }}", - "datePublished": "{{ .Date.Format "2006-01-02" }}", - "dateModified": "{{ .Lastmod.Format "2006-01-02" }}", + "datePublished": "{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}", + "dateModified": "{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" }}", "url": "{{ .Permalink }}", "wordCount": "{{ .WordCount }}", "author": { -- cgit v1.2.3 From 033caaed9e15df4ad9c7b6e3db4761d39205a02d Mon Sep 17 00:00:00 2001 From: Daisuke KONISHI Date: Wed, 5 May 2021 01:49:11 +0900 Subject: =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=86=85=E3=81=AE=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E3=81=AA=E7=A9=BA=E7=99=BD=E3=82=92=E9=99=A4=E5=A4=96=20#74?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 9ae0ab1..c6925ef 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,7 +5,7 @@

{{ .Title }}

-