Fix further relative URLs

dev
gravel 8 months ago
parent bcd8191aca
commit 4ec9265043
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -12,7 +12,7 @@
<p> <p>
This domain isn't meant to be accessed via a browser, This domain isn't meant to be accessed via a browser,
but to provide lists of Communities to <a href="https://getsession.org/" target="_blank">Session Messenger</a>, but to provide lists of Communities to <a href="https://getsession.org/" target="_blank">Session Messenger</a>,
and looks something <a href="./listings" target="_blank">like this</a> or <a href="./listing/oxen" target="_blank">this</a>. and looks something <a href="/listings" target="_blank">like this</a> or <a href="/listing/oxen" target="_blank">this</a>.
</p> </p>
<p> <p>
If that doesn't faze you, click these links to read more about what this service does: If that doesn't faze you, click these links to read more about what this service does:

@ -8,12 +8,12 @@
</p> </p>
<nav id="about-us"> <nav id="about-us">
<a <a
href="./about" href="/about"
target="_blank" target="_blank"
title="About sessioncommunities.online" title="About sessioncommunities.online"
>About</a >About</a
><a ><a
href="./privacy" href="/privacy"
target="_blank" target="_blank"
title="Read sessioncommunities.online's Privacy Policy." title="Read sessioncommunities.online's Privacy Policy."
>Privacy</a >Privacy</a
@ -33,7 +33,7 @@
title="Visit the index page of our Session Listing Provider API." title="Visit the index page of our Session Listing Provider API."
>API</a >API</a
><a ><a
href="./donate" href="/donate"
target="_blank" target="_blank"
title="Support sessioncommunities.online" title="Support sessioncommunities.online"
>$$</a >$$</a
@ -43,7 +43,7 @@
title="Read our recommendations for Open Group operators" title="Read our recommendations for Open Group operators"
>Host a Community?</a >Host a Community?</a
><a ><a
href="./about#contact-us" href="/about#contact-us"
target="_blank" target="_blank"
title="Information on how to contact the maintainer(s) of sessioncommunities.online" title="Information on how to contact the maintainer(s) of sessioncommunities.online"
>Report an issue</a >Report an issue</a

@ -10,5 +10,5 @@
?>form-action 'none'; base-uri 'self'; <?php ?>form-action 'none'; base-uri 'self'; <?php
?>" ?>"
> >
<link rel="apple-touch-icon" href="./apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="robots" content="index, follow"> <meta name="robots" content="index, follow">

@ -19,7 +19,7 @@
<meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about"> <meta property="og:url" content="<?=$SITE_CANONICAL_URL?>/about">
</head> </head>
<body> <body>
<h1 id="self-updating-list-of-session-communities"><a href="./" title="Visit sessioncommunities.online">Session Community List</a> — About</h1> <h1 id="self-updating-list-of-session-communities"><a href="/" title="Visit sessioncommunities.online">Session Community List</a> — About</h1>
<h2 id="what-is-session-">What is Session?</h2> <h2 id="what-is-session-">What is Session?</h2>
<p><a href="https://getsession.org/">Session</a> is a private messaging app that protects your meta-data, <p><a href="https://getsession.org/">Session</a> is a private messaging app that protects your meta-data,
encrypts your communications, and makes sure your messaging activities encrypts your communications, and makes sure your messaging activities

@ -35,10 +35,10 @@
<?php include "+components/page-head.php" ?> <?php include "+components/page-head.php" ?>
<link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/"> <link rel="canonical" href="<?=$SITE_CANONICAL_URL?>/">
<link rel="stylesheet" href="./index.css"> <link rel="stylesheet" href="/index.css">
<script type="module" src="./main.js"></script> <script type="module" src="/main.js"></script>
<link rel="modulepreload" href="js/util.js"> <link rel="modulepreload" href="/js/util.js">
<link rel="help" href="./instructions"> <link rel="help" href="/instructions">
<title>Session Communities — sessioncommunities.online</title> <title>Session Communities — sessioncommunities.online</title>
<meta name="description" content="Public Session Group list updated daily! <?php <meta name="description" content="Public Session Group list updated daily! <?php
?>Click here to join your favorite Community in Session Messenger. <?php ?>Click here to join your favorite Community in Session Messenger. <?php
@ -134,14 +134,14 @@
<a href="https://getsession.org/" rel="follow external">Session</a> <a href="https://getsession.org/" rel="follow external">Session</a>
is a private messaging app that protects your meta-data, is a private messaging app that protects your meta-data,
encrypts your communications, and makes sure your messaging activities encrypts your communications, and makes sure your messaging activities
leave no digital trail behind. <a href="./about">Read more.</a> leave no digital trail behind. <a href="/about">Read more.</a>
</p> </p>
<input type="checkbox" id="carousel-1b" name="carousel-1" class="carousel-trigger"/> <input type="checkbox" id="carousel-1b" name="carousel-1" class="carousel-trigger"/>
<h2 class="carousel-label"><label for="carousel-1b">What are Session Communities?</label></h2> <h2 class="carousel-label"><label for="carousel-1b">What are Session Communities?</label></h2>
<p> <p>
Session Communities are public chatrooms accessible from within Session Messenger. Session Communities are public chatrooms accessible from within Session Messenger.
This web project crawls known sources of Session Communities, and This web project crawls known sources of Session Communities, and
displays information about them as a static HTML page. <a href="./about">Read more.</a> displays information about them as a static HTML page. <a href="/about">Read more.</a>
</p> </p>
<p id="disclaimer"> <p id="disclaimer">
Session Communities shown on this list are fetched automatically from Session Communities shown on this list are fetched automatically from

@ -101,7 +101,7 @@
<h2>Cookies</h2> <h2>Cookies</h2>
<p>We don't use 'em. <a href="./donate" style="text-decoration: inherit; color: inherit;">🍪</a></p> <p>We don't use 'em. <a href="/donate" style="text-decoration: inherit; color: inherit;">🍪</a></p>
<h2>So, you scrolled all the way down here.</h2> <h2>So, you scrolled all the way down here.</h2>

Loading…
Cancel
Save