Skip to content

Commit

Permalink
add opengraph tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerschloesser committed Feb 27, 2024
1 parent 52f7de2 commit 5af7cee
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/app/index.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
totally broken */ .right.menu { display: none !important; } }
</style>
<link rel='icon' href='public/favicon.ico' />

<meta property='og:title' content='Haitian Relief Services' />
<meta property='og:type' content='website' />
<meta property='og:url' content='https://haitianrelief.org' />
<meta
property='og:image'
content='https://haitianrelief.org/public/pc2.jpg'
/>
<meta property='og:image:type' content='image/jpeg' />
<meta property='og:image:width' content='858' />
<meta property='og:image:height' content='513' />

</head>

<body>
Expand Down Expand Up @@ -316,4 +328,4 @@
</script>

</body>
</html>
</html>

0 comments on commit 5af7cee

Please sign in to comment.