Add Open Graph image for social sharing
This commit is contained in:
parent
97a0079d37
commit
39e3e8ccf1
|
|
@ -18,7 +18,9 @@
|
||||||
<meta property="og:url" content="https://www.notediscovery.com/">
|
<meta property="og:url" content="https://www.notediscovery.com/">
|
||||||
<meta property="og:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
|
<meta property="og:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
|
||||||
<meta property="og:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
|
<meta property="og:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
|
||||||
<meta property="og:image" content="https://www.notediscovery.com/logo.svg">
|
<meta property="og:image" content="https://www.notediscovery.com/og-image.png">
|
||||||
|
<meta property="og:image:width" content="1200">
|
||||||
|
<meta property="og:image:height" content="630">
|
||||||
<meta property="og:site_name" content="NoteDiscovery">
|
<meta property="og:site_name" content="NoteDiscovery">
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
|
|
@ -26,7 +28,7 @@
|
||||||
<meta name="twitter:url" content="https://www.notediscovery.com/">
|
<meta name="twitter:url" content="https://www.notediscovery.com/">
|
||||||
<meta name="twitter:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
|
<meta name="twitter:title" content="NoteDiscovery - Your Self-Hosted Knowledge Base">
|
||||||
<meta name="twitter:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
|
<meta name="twitter:description" content="A lightweight, privacy-focused note-taking application. Self-hosted, free, and open source.">
|
||||||
<meta name="twitter:image" content="https://www.notediscovery.com/logo.svg">
|
<meta name="twitter:image" content="https://www.notediscovery.com/og-image.png">
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
Loading…
Reference in New Issue