diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-12 10:15:56 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-12 10:15:56 +0100 |
| commit | e2b8cdbce3e441940215d313a321bc6f13309d29 (patch) | |
| tree | aaf906381c52d22b7c1f43cb3ff5c8b564cc86f6 /http/share | |
| parent | 6cd664dba6fd91481a6ece4c36f6c77b0744c093 (diff) | |
http: default layout passes SITE_URL to pages
Diffstat (limited to 'http/share')
| -rw-r--r-- | http/share/layouts/default.layout.upphtml | 2 |
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> |
