From 86446de9a8b1c91adc20465973be7d826d6b3674 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:11:02 +0100 Subject: [PATCH] meta.upphtml accepts NO_META flag --- http/share/components/meta.upphtml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/http/share/components/meta.upphtml b/http/share/components/meta.upphtml index 445da4d..fbb0155 100644 --- a/http/share/components/meta.upphtml +++ b/http/share/components/meta.upphtml @@ -1,4 +1,11 @@ - +#! +if [ -z "${NO_META}" ]; then +#! + ${TITLE} - - + + + +#! +fi +#!