From bccad1118364427ea5c97c08d132fd128368760b Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 23 Dec 2024 18:20:25 +0000 Subject: make a crummy template system and use it for global timeline --- routes/global_timeline.php | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'routes/global_timeline.php') diff --git a/routes/global_timeline.php b/routes/global_timeline.php index c32419c..654d2c7 100644 --- a/routes/global_timeline.php +++ b/routes/global_timeline.php @@ -5,25 +5,5 @@ use Digitigrade\Timeline\GlobalTimeline; Router::getInstance()->mount('/feed/global', function (array $args) { $notes = (new GlobalTimeline())->getNotes(); - ?> - - - - - digitigrade global timeline - - - -

Global timeline

- -
- author->displayName ?> author->uri ?>
-

plainContent ?>

- created->format('c') ?> -
- - - - - $notes]); }); \ No newline at end of file -- cgit v1.3