This commit is contained in:
biglyderv 2025-01-07 22:31:48 -05:00
parent 9372f92ba9
commit e2356bea34

View file

@ -65,6 +65,12 @@
$edge = count($posts);
$posts = array_merge($posts,$posts2);
?>
<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:image" content="https://nbg.dervland.net/img/newlogo.svg" />
<?php
foreach ($posts as $key => $post) {
if ($key == $edge) { ?>
<h2>Replies</h2>