chore: reformat PHP files for consistent indentation and spacing
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
require 'vendor/autoload.php';
|
||||
require 'vendor/autoload.php';
|
||||
|
||||
echo (new Kirby([
|
||||
echo (new Kirby([
|
||||
'roots' => [
|
||||
'index' => __DIR__,
|
||||
],
|
||||
]))->render();
|
||||
]))->render();
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user