mirror of
https://github.com/seigler/generative
synced 2025-07-26 06:46:10 +00:00
🐛 fix twitter card image meta tag
This commit is contained in:
parent
641de02e53
commit
1d2c6aa16a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<meta name="twitter:title" content="{{title}}">
|
||||
<meta name="twitter:site" content="@seiglerj">
|
||||
<meta name="twitter:description" content="Algorithmic art generated with P5.js. See more art in this style.">
|
||||
<meta property="og:image" content="{{baseURL}}/{{index}}/example.jpg" />
|
||||
<meta name="twitter:image" content="{{baseURL}}/{{index}}/example.jpg" />
|
||||
</head>
|
||||
<body>
|
||||
<script src="../modules/p5.min.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue