diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:11:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:11:02 +0100 |
| commit | 86446de9a8b1c91adc20465973be7d826d6b3674 (patch) | |
| tree | c5c44352dd3863bb2477ccd79443b7b96849a0f0 /http/share | |
| parent | a63b8c6a0b3b8b8230c821ffd77b0a075712a375 (diff) | |
meta.upphtml accepts NO_META flag
Diffstat (limited to 'http/share')
| -rw-r--r-- | http/share/components/meta.upphtml | 13 |
1 files 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 @@ -<!-- Primary Meta Tags --> +#! +if [ -z "${NO_META}" ]; then +#! + <title>${TITLE}</title> -<meta name="title" content="${TITLE}" /> -<meta name="description" content="${DESCRIPTION}" /> +<meta name='title' content='${TITLE}' /> +<meta name='description' content='${DESCRIPTION}' /> + +#! +fi +#! |
