Add OGP data

This commit is contained in:
Robert Miles 2018-06-20 10:50:58 -04:00
parent b0f5cde9de
commit 4fe2900e78
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,14 @@
<head>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
<link rel="stylesheet" href="https://tilde.team/css/forkawesome.css">
<title>tilde.chat | irc network for tildes</title>
<title>tilde.chat | <?=($title ?? 'irc network for tildes')?></title>
<meta property="og:title" content="tilde.chat | <?=($title ?? 'irc network for tildes')?>">
<meta property="og:url" content="https://tilde.chat/<?=$_SERVER['REQUEST_URI']?>">
<meta property="og:description" content="<?=($desc??($title??'the home of an irc network for tildes'))?>">
<meta property="og:image" content="https://tilde.chat/ogpempty.png">
<meta property="og:site_name" content="tilde.chat">
<meta property="og:type" content="website">
</head>
<body>

BIN
ogpempty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B