diff options
author | Abdus <abdus@abdus.net> | 2020-12-25 19:16:28 +0530 |
---|---|---|
committer | Abdus <abdus@abdus.net> | 2020-12-25 19:16:28 +0530 |
commit | 0b586121a1052381e477b3409e571ad00e832d8c (patch) | |
tree | 436408786a02e6cba51516bd3bd88bb21e266f64 | |
parent | c3c4886655d587a7610c28824c6b4c357189643c (diff) | |
download | abdus.net-0b586121a1052381e477b3409e571ad00e832d8c.tar.bz2 abdus.net-0b586121a1052381e477b3409e571ad00e832d8c.zip |
image tag
-rw-r--r-- | themes/bronn/layouts/partials/head.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bronn/layouts/partials/head.html b/themes/bronn/layouts/partials/head.html index 704db73..e63e5fd 100644 --- a/themes/bronn/layouts/partials/head.html +++ b/themes/bronn/layouts/partials/head.html @@ -54,7 +54,7 @@ <meta property="og:url" content="{{ .Permalink | absURL }}" /> <meta property="og:title" content="{{ .Page.Title }} | {{ .Site.Title }}" /> <meta property="og:description" content='{{ .Scratch.Get "desc" }}' /> -<meta property="og:image" content='{{ .Scratch.Get "image" }}' /> +<meta property="og:image" content='{{ .Scratch.Get "image" }}' name="image" /> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image" /> @@ -66,4 +66,4 @@ <meta property="twitter:description" content='{{ .Scratch.Get "desc" }}' /> <meta property="twitter:image" content='{{ .Scratch.Get "image" }}' /> -<title>{{ .Page.Title }} | {{ .Site.Title }}</title> +<title>{{ .Page.Title }}</title> |