fix: correct permalink casing for OpenGraph and Twitter image tags (#1324)
This commit is contained in:
@@ -39,5 +39,5 @@
|
||||
|
||||
{{ $image := partial "helper/image" (dict "Image" .Params.image "Resources" .Resources "Context" .) }}
|
||||
{{- if $image -}}
|
||||
<meta property='og:image' content='{{ absURL $image.permalink }}' />
|
||||
<meta property='og:image' content='{{ absURL $image.Permalink }}' />
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user