Fix for preview images
This commit is contained in:
parent
ce874eec4f
commit
18a214551a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<meta property="og:site_name" content="<%= siteName %>" />
|
<meta property="og:site_name" content="<%= siteName %>" />
|
||||||
<meta property="og:url" content="<%= url %>" />
|
<meta property="og:url" content="<%= url %>" />
|
||||||
<meta
|
<meta
|
||||||
property="twitter:image:src"
|
property="twitter:image"
|
||||||
content="<%= url %>/img/<%= filenameProfilePic %>"
|
content="<%= url %>/img/<%= filenameProfilePic %>"
|
||||||
/>
|
/>
|
||||||
<meta property="twitter:card" content="summary" />
|
<meta property="twitter:card" content="summary" />
|
||||||
|
|
Loading…
Reference in a new issue