mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
fixed footer and other stuff
This commit is contained in:
parent
c21d9feca6
commit
34286ed282
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
</main>
|
||||
|
||||
<footer><center><small>
|
||||
© 2023 <?= $config['public_nick'] ?>
|
||||
© 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>
|
||||
|
|
|
|||
|
|
@ -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'?>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue