Skip to content

Commit

Permalink
Update oembed
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncanma committed May 28, 2024
1 parent 8438406 commit dd4ad48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/layouts/_default/baseof.oembed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}",
"url": "{{ .Permalink }}",
"author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}",
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>"
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>"
}
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/layouts/_default/oembed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}",
"url": "{{ .Permalink }}",
"author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}",
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>"
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>"
}
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/layouts/_default/single.oembed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"title": "{{ .Title }} | {{ .Site.Title }}",
"url": "{{ .Permalink }}",
"author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}",
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>"
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>"
}
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/layouts/albums/single.oembed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}",
"url": "{{ .Permalink }}",
"author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}",
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>"
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>"
}
2 changes: 1 addition & 1 deletion themes/hello-friend-ng/layouts/posts/single.oembed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"title": "{{ .Title | partial "json-escape" }} | {{ .Site.Title }}",
"url": "{{ .Permalink }}",
"author_name": "{{ if .Params.author }}{{ .Params.author }}{{ else }}Anonymous{{ end }}",
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>"
"html": "<iframe src=\"{{ .Permalink }}iframe.html\" width=\"600\" height=\"200\" title=\"{{ .Title | partial "json-escape" }}\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"yes\"></iframe>"
}

0 comments on commit dd4ad48

Please sign in to comment.