Add meta tags to site
So that the thumbnails show better on social media!
This commit is contained in:
parent
5206046c5a
commit
6383a196c5
2 changed files with 20 additions and 0 deletions
BIN
src/assets/img/social-thumb.png
Normal file
BIN
src/assets/img/social-thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 297 KiB |
|
@ -4,6 +4,26 @@
|
|||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Snipette Crowdfunding: Analog for Everyone</title>
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<meta name="title" content="Snipette - Analog for Everyone">
|
||||
<meta name="description" content="Make our print version cheaper...by paying less! If we get enough subscribers, it will reduce printing costs, making it accessible to everyone.">
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://fund.snipettemag.com/">
|
||||
<meta property="og:title" content="Snipette - Analog for Everyone">
|
||||
<meta property="og:description" content="Make our print version cheaper...by paying less! If we get enough subscribers, it will reduce printing costs, making it accessible to everyone.">
|
||||
<meta property="og:image" content="https://fund.snipettemag.com/img/social-thumb.png">
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://fund.snipettemag.com/">
|
||||
<meta property="twitter:title" content="Snipette - Analog for Everyone">
|
||||
<meta property="twitter:description" content="Make our print version cheaper...by paying less! If we get enough subscribers, it will reduce printing costs, making it accessible to everyone.">
|
||||
<meta property="twitter:image" content="https://fund.snipettemag.com/img/social-thumb.png">
|
||||
|
||||
<!-- Main stylesheet -->
|
||||
<link rel="stylesheet" href="css/style.css"/>
|
||||
|
||||
<!-- Fonts: Fanwood Text, Abhaya Libre, Didact Gothic -->
|
||||
|
|
Loading…
Reference in a new issue