Fixing broken ogimage link
This commit is contained in:
parent
3545f76842
commit
29315403fd
@ -22,7 +22,7 @@
|
||||
<meta property="og:video:width" content="640">
|
||||
<meta property="og:video:height" content="480">
|
||||
{{ else }}
|
||||
{{ $ogimage := "{{ .Site.BaseURL }}/favicon.png" }}
|
||||
{{ $ogimage := printf "%s%s" .Site.BaseURL "/favicon.png" }}
|
||||
{{ if .Params.Image }}
|
||||
{{ $ogimage = .Params.Image }}
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user