From 902ad835b4c9f1d72f79ff52763e0c089ec6fce5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 2 Jun 2026 18:27:20 +0100 Subject: http: fixes meta tags --- http/share/components/head.upphtml | 5 ----- http/share/components/meta.upphtml | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 http/share/components/meta.upphtml (limited to 'http/share') diff --git a/http/share/components/head.upphtml b/http/share/components/head.upphtml index e0e9391..87728f1 100644 --- a/http/share/components/head.upphtml +++ b/http/share/components/head.upphtml @@ -18,11 +18,6 @@ - -{title} - - - diff --git a/http/share/components/meta.upphtml b/http/share/components/meta.upphtml new file mode 100644 index 0000000..445da4d --- /dev/null +++ b/http/share/components/meta.upphtml @@ -0,0 +1,4 @@ + +${TITLE} + + -- cgit v1.2.3