fix: add og:image:secure_url for https
This commit is contained in:
parent
7b737dd834
commit
3a705aae2b
|
@ -10,9 +10,13 @@
|
||||||
<meta property="og:site_name" content="Distrust" />
|
<meta property="og:site_name" content="Distrust" />
|
||||||
<meta property="og:description" content="Understand and mitigate security threats others won't see coming." />
|
<meta property="og:description" content="Understand and mitigate security threats others won't see coming." />
|
||||||
<meta
|
<meta
|
||||||
property="og:image"
|
property="og:image:secure_url"
|
||||||
content="https://distrust.co/assets/base/distrust-logo.png"
|
content="https://distrust.co/assets/base/distrust-logo.png"
|
||||||
/>
|
/>
|
||||||
|
<meta
|
||||||
|
property="og:image"
|
||||||
|
content="http://distrust.co/assets/base/distrust-logo.png"
|
||||||
|
/>
|
||||||
|
|
||||||
{% if page.robots %}
|
{% if page.robots %}
|
||||||
<meta name="robots" content="{{page.robots}}" />
|
<meta name="robots" content="{{page.robots}}" />
|
||||||
|
|
Loading…
Reference in New Issue