Skip to content

Commit ec338c1

Browse files
committed
fix og image base url error
1 parent d4ba88b commit ec338c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/hugo-coder/layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{{ if .Params.og_image }}
3737
<meta property="og:image" content="{{ .Params.og_image }}" />
3838
{{ else }}
39-
<meta name="twitter:image" content="{{ .Site.BaseURL }}{{ .Site.Params.og_image }}">
39+
<meta name="og:image" content="{{ .Site.BaseURL }}{{ .Site.Params.og_image }}">
4040
{{ end }}
4141

4242
{{ partial "schema.html" . }}

0 commit comments

Comments
 (0)