chore: format code and improve readability in README, index.php, and navbar snippet

This commit is contained in:
2025-06-26 19:55:16 +02:00
parent 23aac0c687
commit b65011b0c4
15 changed files with 6726 additions and 5214 deletions
+6 -6
View File
@@ -1,9 +1,9 @@
<?php
require 'vendor/autoload.php';
require 'vendor/autoload.php';
echo (new Kirby([
'roots' => [
'index' => __DIR__
]
]))->render();
echo (new Kirby([
'roots' => [
'index' => __DIR__,
],
]))->render();