diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-09 16:11:06 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-09 16:11:06 +0100 |
| commit | b4f9be57d3afbe19970bb268ecb6723cd80e703e (patch) | |
| tree | 9cc614a387e6811ac8bcd180e774f58f3878c194 /http/share/layouts/default.layout.upphtml | |
| parent | 3ecf19cb8aa3661cffbb1ce3e4380807612c446c (diff) | |
http: builds blogs from gemlogs
Diffstat (limited to 'http/share/layouts/default.layout.upphtml')
| -rw-r--r-- | http/share/layouts/default.layout.upphtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/http/share/layouts/default.layout.upphtml b/http/share/layouts/default.layout.upphtml new file mode 100644 index 0000000..e15cb4d --- /dev/null +++ b/http/share/layouts/default.layout.upphtml @@ -0,0 +1,16 @@ +<!doctype html> +<html lang="en-GB"> + +<head> +#! +pp "${SHARE}"/components/head.upphtml +#! +</head> + +<body> +#! +pp "${SHARE}"/components/navbar.upphtml +pp "$1" +#! +</body> +</html> |
