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:
2026-04-04 13:29:42 -04:00
parent 78a2fa715c
commit d53a2c80c1
+3 -2
View File
@@ -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; }