From 7ed74281adb596cde5c09dbddfe4831a5f03a608 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Thu, 7 Sep 2023 08:35:01 -0400 Subject: [PATCH] Add suggestion from processwire/processwire-issues#1806 --- site-blank/templates/basic-page.php | 10 +++++++--- site-blank/templates/home.php | 9 +++++++-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/site-blank/templates/basic-page.php b/site-blank/templates/basic-page.php index 8da318ef..aeb53f7d 100644 --- a/site-blank/templates/basic-page.php +++ b/site-blank/templates/basic-page.php @@ -1,11 +1,15 @@ -
Basic page content -
- + \ No newline at end of file diff --git a/site-blank/templates/home.php b/site-blank/templates/home.php index d5109c0a..8052b204 100644 --- a/site-blank/templates/home.php +++ b/site-blank/templates/home.php @@ -1,10 +1,15 @@
Homepage content -
- + \ No newline at end of file