We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e043f commit ee7cd16Copy full SHA for ee7cd16
1 file changed
themes/hugo-coder/layouts/_default/baseof.html
@@ -31,15 +31,15 @@
31
{{ if .Params.og_image }}
32
<meta property="twitter:image" content="{{ .Params.og_image }}" />
33
{{ else }}
34
- <meta name="twitter:image" content="{{ .Site.BaseURL }}/{{ .Site.Params.og_image }}">
+ <meta name="twitter:image" content="https://og.bmpi.dev/{{.Title}}.png">
35
{{ end }}
36
37
<!-- Open Graph -->
38
{{ template "_internal/opengraph.html" . }}
39
40
<meta property="og:image" content="{{ .Params.og_image }}" />
41
42
- <meta name="og:image" content="{{ .Site.BaseURL }}/{{ .Site.Params.og_image }}">
+ <meta name="og:image" content="https://og.bmpi.dev/{{.Title}}.png">
43
44
45
{{ partial "schema.html" . }}
0 commit comments