chore: reformat PHP files for consistent indentation and spacing
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require 'vendor/autoload.php';
|
require 'vendor/autoload.php';
|
||||||
|
|
||||||
echo (new Kirby([
|
echo (new Kirby([
|
||||||
'roots' => [
|
'roots' => [
|
||||||
'index' => __DIR__,
|
'index' => __DIR__,
|
||||||
],
|
],
|
||||||
]))->render();
|
]))->render();
|
||||||
@@ -19,14 +19,17 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
snippet('header') ?>
|
snippet('header') ?>
|
||||||
|
|
||||||
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
|
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
snippet('navbar') ?>
|
snippet('navbar') ?>
|
||||||
|
|
||||||
<?= js('assets/js/navbar.js') ?>
|
<?= js('assets/js/navbar.js') ?>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user