summaryrefslogtreecommitdiff
path: root/http/share/layouts/default.layout.upphtml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-12 10:15:56 +0100
committerJoe Carstairs <me@joeac.net>2026-06-12 10:15:56 +0100
commite2b8cdbce3e441940215d313a321bc6f13309d29 (patch)
treeaaf906381c52d22b7c1f43cb3ff5c8b564cc86f6 /http/share/layouts/default.layout.upphtml
parent6cd664dba6fd91481a6ece4c36f6c77b0744c093 (diff)
http: default layout passes SITE_URL to pages
Diffstat (limited to 'http/share/layouts/default.layout.upphtml')
-rw-r--r--http/share/layouts/default.layout.upphtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/share/layouts/default.layout.upphtml b/http/share/layouts/default.layout.upphtml
index e15cb4d..64f9fbf 100644
--- a/http/share/layouts/default.layout.upphtml
+++ b/http/share/layouts/default.layout.upphtml
@@ -10,7 +10,7 @@ pp "${SHARE}"/components/head.upphtml
<body>
#!
pp "${SHARE}"/components/navbar.upphtml
-pp "$1"
+pp "$1" "$2"
#!
</body>
</html>