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 @@ */ ?> + + +