From 226faf34b0ec4e70d87c8fd8fca43955d1e92dda Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 23 Jul 2025 20:41:02 +0200 Subject: add /log path --- index.php | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 70 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 1dddf72..87b0845 100644 --- a/index.php +++ b/index.php @@ -270,6 +270,9 @@ function template_root(string $content, array $meta = []): string word-break: break-word; } } + td { + padding: 0.25rem 0.5rem; + } @@ -280,6 +283,25 @@ function template_root(string $content, array $meta = []): string } +function template_project(string $project_path, string $content): string +{ + $project_path = trim($project_path, "/"); + + ob_start(); + + ?> + +
+ + + + + + + + + + + + + + + + + + + + +
CommitAuthorDateMessage
+