From 56e2c037b57cbe6eb8480833e78d5f1d095822f0 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 08:16:51 +0100 Subject: [PATCH] moves
to default.layout --- http/share/layouts/default.layout.upphtml | 4 ++++ http/src/blog.upphtml | 2 -- http/src/contact.upphtml | 2 -- http/src/error.upphtml | 2 -- http/src/index.upphtml | 2 -- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/http/share/layouts/default.layout.upphtml b/http/share/layouts/default.layout.upphtml index 64f9fbf..ba94c58 100644 --- a/http/share/layouts/default.layout.upphtml +++ b/http/share/layouts/default.layout.upphtml @@ -10,7 +10,11 @@ pp "${SHARE}"/components/head.upphtml #! pp "${SHARE}"/components/navbar.upphtml +#! +
+#! pp "$1" "$2" #! +
diff --git a/http/src/blog.upphtml b/http/src/blog.upphtml index 24d7994..6655aa1 100644 --- a/http/src/blog.upphtml +++ b/http/src/blog.upphtml @@ -28,8 +28,6 @@ YEARS="$@" pp "${SHARE}"/components/meta.upphtml #! -
-

My blog

diff --git a/http/src/contact.upphtml b/http/src/contact.upphtml index 2d605a3..770ec19 100644 --- a/http/src/contact.upphtml +++ b/http/src/contact.upphtml @@ -8,7 +8,6 @@ pp "${SHARE}"/components/meta.upphtml pp "${SHARE}"/components/otp-dialog.upphtml #! -

Contact me

@@ -95,4 +94,3 @@ pp "${SHARE}"/components/otp-dialog.upphtml await submitOtpForm(selectors); }); -
diff --git a/http/src/error.upphtml b/http/src/error.upphtml index 1e8ef13..057006f 100644 --- a/http/src/error.upphtml +++ b/http/src/error.upphtml @@ -4,7 +4,6 @@ export DESCRIPTION="Error page for Joe Carstairs' personal website" pp "${SHARE}"/components/meta.upphtml #! -

Got lost?

@@ -13,4 +12,3 @@ pp "${SHARE}"/components/meta.upphtml my homepage instead.

-
diff --git a/http/src/index.upphtml b/http/src/index.upphtml index 51eacba..fec3774 100644 --- a/http/src/index.upphtml +++ b/http/src/index.upphtml @@ -4,7 +4,6 @@ export DESCRIPTION="Joe Carstairs' personal website" pp "${SHARE}"/components/meta.upphtml #! -
@@ -46,4 +45,3 @@ pp "${SHARE}"/components/meta.upphtml

-