fix(metadata/index.liquid): corrects 403s in open graph images
This commit is contained in:
parent
f822d627c1
commit
7b0feeb526
6 changed files with 31 additions and 23 deletions
|
@ -7,4 +7,4 @@
|
|||
<meta property="og:url" content="{{ fullUrl }}" />
|
||||
<link rel="alternate" type="application/json+oembed" href="{{ oembedUrl }}" title="{{ pageTitle }}">
|
||||
<link rel="canonical" href="{{ fullUrl }}" />
|
||||
<meta property="og:image" content="{{ globals.url }}/og/w800/{% appVersion %}{{ globals.avatar }}" />
|
||||
<meta property="og:image" content="{{ ogImage }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue