feat: add Open Graph image for social sharing

Adds og-image.png and og-image.svg assets and wires up the og:image
meta tag in base.html so link previews on Twitter/X, Slack, and other
platforms render a branded image instead of a blank card.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen
2026-03-24 12:22:35 +08:00
parent e71f38ef4e
commit 8861bcc05d
3 changed files with 55 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
property="og:description"
content="An opinionated list of Python frameworks, libraries, tools, and resources."
/>
<meta property="og:image" content="https://awesome-python.com/static/og-image.png" />
<meta property="og:url" content="https://awesome-python.com/" />
<meta name="twitter:card" content="summary" />
<meta name="theme-color" content="#1c1410" />