mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 23:00:19 +00:00
Website: absolute URLs for Twitter/OG social cards
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-2
@@ -9,12 +9,13 @@
|
||||
<meta name="author" content="Infinite State">
|
||||
<meta property="og:title" content="Interpretations — Infinite State">
|
||||
<meta property="og:description" content="24 tracks written in Python. Sitar meets 808. Code becomes music.">
|
||||
<meta property="og:image" content="cover.png">
|
||||
<meta property="og:image" content="https://interpretations.kennethreitz.org/cover.png">
|
||||
<meta property="og:type" content="music.album">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Interpretations — Infinite State">
|
||||
<meta name="twitter:description" content="24 tracks written in Python. Sitar meets 808. Code becomes music.">
|
||||
<meta name="twitter:image" content="cover.png">
|
||||
<meta name="twitter:image" content="https://interpretations.kennethreitz.org/cover.png">
|
||||
<meta property="og:url" content="https://interpretations.kennethreitz.org/">
|
||||
<link rel="icon" type="image/png" href="cover.png">
|
||||
<style>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
|
||||
Reference in New Issue
Block a user