Skip to content

Commit

Permalink
Added meta properties to NFT
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Oct 17, 2023
1 parent a8d26d8 commit 0e2b9ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nft.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<html>

<head>
<meta property="og:title" content="<%= token.asset.title %> (<%= asset.title %>)">
<meta property="og:description" content="ArtX Market digital art exchange">
<meta property="og:image" content="<%= nft.image %>">
<meta property="og:url" content="<%= nft.link %>">
<style>
body {
font-family: Roboto, Helvetica, Arial, sans-serif;
Expand Down

0 comments on commit 0e2b9ac

Please sign in to comment.