From 902ad835b4c9f1d72f79ff52763e0c089ec6fce5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 2 Jun 2026 18:27:20 +0100 Subject: [PATCH] http: fixes meta tags --- http/share/components/head.upphtml | 5 ----- http/share/components/meta.upphtml | 4 ++++ http/src/index.upphtml | 6 ++++++ 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 http/share/components/meta.upphtml 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} + + diff --git a/http/src/index.upphtml b/http/src/index.upphtml index 7979d86..fec3774 100644 --- a/http/src/index.upphtml +++ b/http/src/index.upphtml @@ -1,3 +1,9 @@ +#! +export TITLE="Joe Carstairs" +export DESCRIPTION="Joe Carstairs' personal website" +pp "${SHARE}"/components/meta.upphtml +#! +