fixed footer and other stuff

This commit is contained in:
sørenpeter 2023-11-13 23:03:37 +01:00
parent c21d9feca6
commit 34286ed282
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
</main>
<footer><center><small>
&copy; 2023 <?= $config['public_nick'] ?>
&copy; 2023 <?= $config['public_nick'] ?> | powered by <a href="https://github.com/sorenpeter/timeline" target="_blank">timeline - a single user twtxt/yarn pod </a>
</small></center></footer>
</body>

View file

@ -17,7 +17,7 @@ include_once 'partials/header.php';
<h2>Conversation</h2>
<p>Recent twts in reply to <a href="/post/<?= $id ?>">#<?= $id ?></a></p>
<p>Recent twts in reply to <a href="<?= $baseURL ?>/post/<?= $id ?>">#<?= $id ?></a></p>
<!-- PHP: GET TIMELIE --><?php include_once 'partials/timeline.php'?>