File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
themes/dlc/layouts/partials/0_utilities Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
{{ end }}
38
38
< meta property ="og:type " content ="website ">
39
39
< meta property ="og:url " content ="{{ .Site.BaseURL }} ">
40
- < meta property ="og:image " content ="{{ .Site.Params.logo }} ">
41
- < meta property ="twitter:card " content ="{{ .Site.Params.logo }} ">
40
+ < meta property ="og:image " content ="{{ .Site.Params.logo | absURL }} ">
41
+ < meta property ="twitter:card " content ="{{ .Site.Params.logo | absURL }} ">
42
42
< meta property ="twitter:type " content ="website ">
43
43
< meta property ="twitter:domain " content ="{{ .Site.BaseURL }} ">
44
- < meta property ="twitter:image " content ="{{ .Site.Params.logo }} ">
44
+ < meta property ="twitter:image " content ="{{ .Site.Params.logo | absURL }} ">
45
45
< meta property ="twitter:url " content ="{{ .Site.BaseURL }} ">
46
46
47
47
{{ .Hugo.Generator }}
You can’t perform that action at this time.
0 commit comments