meta
This commit is contained in:
parent
9372f92ba9
commit
e2356bea34
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue