http: default layout passes SITE_URL to pages

This commit is contained in:
2026-06-12 10:15:56 +01:00
parent 6cd664dba6
commit e2b8cdbce3
+1 -1
View File
@@ -10,7 +10,7 @@ pp "${SHARE}"/components/head.upphtml
<body> <body>
#! #!
pp "${SHARE}"/components/navbar.upphtml pp "${SHARE}"/components/navbar.upphtml
pp "$1" pp "$1" "$2"
#! #!
</body> </body>
</html> </html>