File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
themes/hugo-coder/layouts/_default Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
{{ if .Params.og_image }}
32
32
< meta property ="twitter:image " content ="{{ .Params.og_image }} " />
33
33
{{ else }}
34
- < meta name ="twitter:image " content ="{{ .Site.BaseURL }} /{{ .Site.Params.og_image }} ">
34
+ < meta name ="twitter:image " content ="https://og.bmpi.dev /{{.Title}}.png ">
35
35
{{ end }}
36
36
37
37
<!-- Open Graph -->
38
38
{{ template "_internal/opengraph.html" . }}
39
39
{{ if .Params.og_image }}
40
40
< meta property ="og:image " content ="{{ .Params.og_image }} " />
41
41
{{ else }}
42
- < meta name ="og:image " content ="{{ .Site.BaseURL }} /{{ .Site.Params.og_image }} ">
42
+ < meta name ="og:image " content ="https://og.bmpi.dev /{{.Title}}.png ">
43
43
{{ end }}
44
44
45
45
{{ partial "schema.html" . }}
You can’t perform that action at this time.
0 commit comments