Call correct method to trigger asset publication
This commit is contained in:
parent
984b3b2c1c
commit
4bef75a8fc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
{{ else }}
|
||||
{{ $logo = resources.Get "images/ogp/cosin_icon_generic.png" }}
|
||||
{{ end }}
|
||||
<meta property="og:image" content="{{ $logo | absURL }}"/>
|
||||
<meta property="og:image" content="{{ $logo.Permalink }}"/>
|
||||
<meta property="og:image:type" content="{{ $logo.MediaType }}"/>
|
||||
<meta property="og:image:width" content="{{ $logo.Width }}"/>
|
||||
<meta property="og:image:height" content="{{ $logo.Height }}"/>
|
||||
|
|
Loading…
Reference in a new issue