From 23aac0c6878f57ab1d3f645daf5d9350f82c73ab Mon Sep 17 00:00:00 2001 From: Tobias Feigel Date: Thu, 26 Jun 2025 19:55:05 +0200 Subject: [PATCH] feat: add home.php template with header, navbar, hero, and footer snippets --- site/templates/home.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 site/templates/home.php diff --git a/site/templates/home.php b/site/templates/home.php new file mode 100644 index 0000000..d963ec7 --- /dev/null +++ b/site/templates/home.php @@ -0,0 +1,32 @@ +title()`. + + This default template must not be removed. It is used whenever Kirby + cannot find a template with the name of the content file. + + Snippets like the header and footer contain markup used in + multiple templates. They also help to keep templates clean. + + More about templates: https://getkirby.com/docs/guide/templates/basics + */ + +?> + + + + + + + + + + +