diff --git a/site/blueprints/pages/home.yml b/site/blueprints/pages/home.yml new file mode 100644 index 0000000..cfd8a8a --- /dev/null +++ b/site/blueprints/pages/home.yml @@ -0,0 +1,16 @@ +title: Simple Page + +status: + draft: Draft + unlisted: Online + +columns: + main: + width: 2/3 + sections: + fields: + type: fields + fields: + text: + type: textarea + size: huge \ No newline at end of file diff --git a/site/templates/home.php b/site/templates/home.php index 3efdd45..44d51a2 100644 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -188,7 +188,7 @@ start()
- text() ?> + text()->kirbytext() ?>