From 505d25e29f1c13403bfbfe7cd9d1ab125be87a4b Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 23 Dec 2024 19:48:28 +0000 Subject: make the timelines look nicer and add local tl --- templates/global_timeline.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/global_timeline.php') diff --git a/templates/global_timeline.php b/templates/global_timeline.php index dbecd7b..cdaac5e 100644 --- a/templates/global_timeline.php +++ b/templates/global_timeline.php @@ -1,5 +1,9 @@ 'Global timeline'], function () { global $notes; + call_template('alertbox', [ + 'variety' => 'info', + 'message' => 'This timeline shows all known public indexable notes' + ]); foreach ($notes as $n) { call_template('note', ['note' => $n]); } -- cgit v1.3