mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-09-09 01:45:31 -05:00
updated tags for embed
This commit is contained in:
committed by
jay.poff@outlook.com
parent
190713238b
commit
7684e475b5
@@ -19,11 +19,12 @@
|
||||
<meta content="https://portal.olv.pretendo.cc/posts/<%= post.id %>" property="og:url" />
|
||||
<meta content="#1F8A42" data-react-helmet="true" name="theme-color" />
|
||||
<link type="application/json+oembed" href="/<%= post.id %>/oembed.json" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<% if(post.screenshot !== '') { %>
|
||||
<meta name="twitter:image" content="https://portal.cdn.pretendo.cc/screenshot/<%= post.id %>.png">
|
||||
<meta property="og:image" content="https://portal.cdn.pretendo.cc/screenshot/<%= post.id %>.png" />
|
||||
<%}%>
|
||||
<% if(post.painting !== '') { %>
|
||||
<meta name="twitter:image" content="https://portal.cdn.pretendo.cc/drawing/<%= post.id %>.png">
|
||||
<meta property="og:image" content="https://portal.cdn.pretendo.cc/drawing/<%= post.id %>.png" />
|
||||
<%}%>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user