From 67746c91ebf7663fd6552585f526d3c4f5cfcc22 Mon Sep 17 00:00:00 2001 From: Tobias Feigel Date: Sun, 29 Jun 2025 11:24:17 +0200 Subject: [PATCH] chore: reformat PHP files for consistent indentation and spacing --- index.php | 12 ++++++------ site/templates/default.php | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index 44c0ca3..1a1772b 100644 --- a/index.php +++ b/index.php @@ -1,9 +1,9 @@ [ - 'index' => __DIR__, - ], - ]))->render(); \ No newline at end of file +echo (new Kirby([ + 'roots' => [ + 'index' => __DIR__, + ], +]))->render(); \ No newline at end of file diff --git a/site/templates/default.php b/site/templates/default.php index bd2b177..2848773 100644 --- a/site/templates/default.php +++ b/site/templates/default.php @@ -19,14 +19,17 @@ */ ?> + + +