chore: reformat PHP files for consistent indentation and spacing

This commit is contained in:
2025-06-29 11:24:17 +02:00
parent 2bf81134c7
commit 67746c91eb
2 changed files with 9 additions and 6 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<?php
require 'vendor/autoload.php';
require 'vendor/autoload.php';
echo (new Kirby([
echo (new Kirby([
'roots' => [
'index' => __DIR__,
],
]))->render();
]))->render();
+3
View File
@@ -19,14 +19,17 @@
*/
?>
<?php
snippet('header') ?>
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
<?php
snippet('navbar') ?>
<?= js('assets/js/navbar.js') ?>
</body>
<?php