Skip to content

Commit a91fd18

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Merge pull request linode#79 from Linode/development
Release 1.0.6
2 parents 08e0a7a + e97edc0 commit a91fd18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/dlc/layouts/partials/0_utilities/htmlHead.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
{{ end }}
3838
<meta property="og:type" content="website">
3939
<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 }}">
4242
<meta property="twitter:type" content="website">
4343
<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 }}">
4545
<meta property="twitter:url" content="{{ .Site.BaseURL }}">
4646

4747
{{ .Hugo.Generator }}

0 commit comments

Comments
 (0)