|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<head>
|
|
|
|
|
<?php include "+components/page-head.php" ?>
|
|
|
|
|
|
|
|
|
|
<link rel="canonical" href="https://sessioncommunities.online/">
|
|
|
|
|
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/">
|
|
|
|
|
<link rel="stylesheet" href="./index.css">
|
|
|
|
|
<script type="module" src="./main.js"></script>
|
|
|
|
|
<link rel="modulepreload" href="js/util.js">
|
|
|
|
@ -51,7 +51,7 @@
|
|
|
|
|
property="og:description"
|
|
|
|
|
content="<?=count($rooms)?> Communities and counting — updated every day!"
|
|
|
|
|
>
|
|
|
|
|
<meta property="og:url" content="https://sessioncommunities.online/">
|
|
|
|
|
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/">
|
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
|
<meta property="og:locale" content="en_US"/>
|
|
|
|
|
<meta name="timestamp" content="<?=$timestamp?>">
|
|
|
|
@ -138,7 +138,7 @@
|
|
|
|
|
<br>
|
|
|
|
|
Communities shown are fetched automatically from
|
|
|
|
|
<a
|
|
|
|
|
href="https://codeberg.org/gravel/sessioncommunities.online#which-sources-are-crawled"
|
|
|
|
|
href="<?=$REPOSITORY_CANONICAL_URL?>#which-sources-are-crawled"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>various sources</a>.
|
|
|
|
|
<br>
|
|
|
|
|