mirror of
https://github.com/penpot/penpot.git
synced 2026-05-15 13:04:25 +00:00
✨ Update Open Graph and link preview metadata (#9557)
Signed-off-by: Andrey Antukh <niwi@niwi.nz> Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
parent
dc878572da
commit
7e7bf7c458
@ -58,6 +58,7 @@
|
||||
- Add new numeric inputs for token management on the right sidebar [Taiga #12109](https://tree.taiga.io/project/penpot/us/12109?milestone=513226)
|
||||
- Restore deleted team files in bulk instead of per file (by @Dexterity104) [Github #9248](https://github.com/penpot/penpot/pull/9248)
|
||||
- Preserve Inkscape labels when pasting SVGs (by @jeffrey701) [Github #9252](https://github.com/penpot/penpot/pull/9252)
|
||||
- Update Open Graph link preview title, description, and thumbnail [Github #9555](https://github.com/penpot/penpot/issues/9555)
|
||||
- Fix library update button freezes and does not apply updates [Taiga #14030](https://tree.taiga.io/project/penpot/issue/14030)
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
BIN
frontend/resources/images/penpot-link-preview.png
Normal file
BIN
frontend/resources/images/penpot-link-preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 105 KiB |
@ -3,17 +3,17 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<title>Penpot - Design Freedom for Teams</title>
|
||||
<title>Penpot | Full-stack design</title>
|
||||
|
||||
<meta name="description" content="The open-source solution for design and prototyping.">
|
||||
<meta name="description" content="Penpot is the open-source design platform for teams that build digital products at scale.">
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:title" content="Penpot | Design Freedom for Teams">
|
||||
<meta property="og:description" content="The open-source solution for design and prototyping">
|
||||
<meta property="og:image" content="https://penpot.app/images/workspace-ui.jpg">
|
||||
<meta name="twitter:title" content="Penpot | Design Freedom for Teams">
|
||||
<meta property="og:title" content="Penpot | Full-stack design">
|
||||
<meta property="og:description" content="Penpot is the open-source design platform for teams that build digital products at scale.">
|
||||
<meta property="og:image" content="/images/penpot-link-preview.png">
|
||||
<meta name="twitter:title" content="Penpot | Full-stack design">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:description" content="The open-source solution for design and prototyping">
|
||||
<meta name="twitter:image" content="https://penpot.app/images/workspace-ui.jpg">
|
||||
<meta name="twitter:description" content="Penpot is the open-source design platform for teams that build digital products at scale.">
|
||||
<meta name="twitter:image" content="/images/penpot-link-preview.png">
|
||||
<meta name="twitter:site" content="@penpotapp">
|
||||
<meta name="twitter:creator" content="@penpotapp">
|
||||
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)">
|
||||
|
||||
@ -169,7 +169,7 @@ msgstr "Create an account"
|
||||
#: src/app/main/ui/auth.cljs
|
||||
#, unused
|
||||
msgid "auth.sidebar-tagline"
|
||||
msgstr "The open-source solution for design and prototyping."
|
||||
msgstr "Penpot is the open-source design platform for teams that build digital products at scale."
|
||||
|
||||
#: src/app/main/ui/auth/register.cljs:51
|
||||
#, markdown
|
||||
@ -5432,7 +5432,7 @@ msgstr "Shared Libraries - %s - Penpot"
|
||||
|
||||
#: src/app/main/ui/auth/verify_token.cljs:70, src/app/main/ui/auth.cljs:34
|
||||
msgid "title.default"
|
||||
msgstr "Penpot - Design Freedom for Teams"
|
||||
msgstr "Penpot | Full-stack design"
|
||||
|
||||
#: src/app/main/ui/settings/feedback.cljs:161
|
||||
msgid "title.settings.feedback"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user