fancy pants embeds

This commit is contained in:
biglyderv 2025-01-07 22:35:08 -05:00
parent e2356bea34
commit 55924549a3

View file

@ -69,6 +69,7 @@
<meta property="og:title" content="NewBiglyChat" />
<meta property="og:type" content="article" />
<meta property="og:url" content="<?php echo "https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]" ?>" />
<meta property="og:description" content="<?php echo htmlspecialchars($posts[$edge - 1]['content']) ?>" />
<meta property="og:image" content="https://nbg.dervland.net/img/newlogo.svg" />
<?php
foreach ($posts as $key => $post) {