mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 22:53:49 +08:00
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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user