From dd4ad48a55e1b58b7dad7948a0b52158080ce90e Mon Sep 17 00:00:00 2001 From: Duncan Mackenzie Date: Mon, 27 May 2024 19:32:49 -0700 Subject: [PATCH] Update oembed --- themes/hello-friend-ng/layouts/_default/baseof.oembed.json | 2 +- themes/hello-friend-ng/layouts/_default/oembed.json | 2 +- themes/hello-friend-ng/layouts/_default/single.oembed.json | 2 +- themes/hello-friend-ng/layouts/albums/single.oembed.json | 2 +- themes/hello-friend-ng/layouts/posts/single.oembed.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/hello-friend-ng/layouts/_default/baseof.oembed.json b/themes/hello-friend-ng/layouts/_default/baseof.oembed.json index 3bfb8197..acf5fa2f 100644 --- a/themes/hello-friend-ng/layouts/_default/baseof.oembed.json +++ b/themes/hello-friend-ng/layouts/_default/baseof.oembed.json @@ -6,5 +6,5 @@ "title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}", "url": "{{ .Permalink }}", "author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}", - "html": "" + "html": "" } \ No newline at end of file diff --git a/themes/hello-friend-ng/layouts/_default/oembed.json b/themes/hello-friend-ng/layouts/_default/oembed.json index ae4fb413..c7887a89 100644 --- a/themes/hello-friend-ng/layouts/_default/oembed.json +++ b/themes/hello-friend-ng/layouts/_default/oembed.json @@ -6,5 +6,5 @@ "title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}", "url": "{{ .Permalink }}", "author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}", - "html": "" + "html": "" } \ No newline at end of file diff --git a/themes/hello-friend-ng/layouts/_default/single.oembed.json b/themes/hello-friend-ng/layouts/_default/single.oembed.json index a16e952c..a1be1ed3 100644 --- a/themes/hello-friend-ng/layouts/_default/single.oembed.json +++ b/themes/hello-friend-ng/layouts/_default/single.oembed.json @@ -6,5 +6,5 @@ "title": "{{ .Title }} | {{ .Site.Title }}", "url": "{{ .Permalink }}", "author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}", - "html": "" + "html": "" } \ No newline at end of file diff --git a/themes/hello-friend-ng/layouts/albums/single.oembed.json b/themes/hello-friend-ng/layouts/albums/single.oembed.json index 3bfb8197..acf5fa2f 100644 --- a/themes/hello-friend-ng/layouts/albums/single.oembed.json +++ b/themes/hello-friend-ng/layouts/albums/single.oembed.json @@ -6,5 +6,5 @@ "title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}", "url": "{{ .Permalink }}", "author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}", - "html": "" + "html": "" } \ No newline at end of file diff --git a/themes/hello-friend-ng/layouts/posts/single.oembed.json b/themes/hello-friend-ng/layouts/posts/single.oembed.json index ae4fb413..c7887a89 100644 --- a/themes/hello-friend-ng/layouts/posts/single.oembed.json +++ b/themes/hello-friend-ng/layouts/posts/single.oembed.json @@ -6,5 +6,5 @@ "title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}", "url": "{{ .Permalink }}", "author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}", - "html": "" + "html": "" } \ No newline at end of file