From 62e6bab910297aa15d76eb735ce3dd9b5417e26e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 13 Aug 2026 16:33:51 +0100 Subject: remove website/capsule content --- http/share/components/formatted_date.upphtml | 4 --- http/share/components/head.upphtml | 37 ---------------------------- http/share/components/meta.upphtml | 11 --------- http/share/components/navbar.upphtml | 16 ------------ http/share/components/otp-dialog.upphtml | 28 --------------------- 5 files changed, 96 deletions(-) delete mode 100644 http/share/components/formatted_date.upphtml delete mode 100644 http/share/components/head.upphtml delete mode 100644 http/share/components/meta.upphtml delete mode 100644 http/share/components/navbar.upphtml delete mode 100644 http/share/components/otp-dialog.upphtml (limited to 'http/share/components') diff --git a/http/share/components/formatted_date.upphtml b/http/share/components/formatted_date.upphtml deleted file mode 100644 index ba86181..0000000 --- a/http/share/components/formatted_date.upphtml +++ /dev/null @@ -1,4 +0,0 @@ -#! -FORMATTED_DATE="$(date --date "${DATE}" +'%A %-d %B %Y')" -echo "" -#! diff --git a/http/share/components/head.upphtml b/http/share/components/head.upphtml deleted file mode 100644 index 87728f1..0000000 --- a/http/share/components/head.upphtml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/http/share/components/meta.upphtml b/http/share/components/meta.upphtml deleted file mode 100644 index fbb0155..0000000 --- a/http/share/components/meta.upphtml +++ /dev/null @@ -1,11 +0,0 @@ -#! -if [ -z "${NO_META}" ]; then -#! - -${TITLE} - - - -#! -fi -#! diff --git a/http/share/components/navbar.upphtml b/http/share/components/navbar.upphtml deleted file mode 100644 index 777cb40..0000000 --- a/http/share/components/navbar.upphtml +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/http/share/components/otp-dialog.upphtml b/http/share/components/otp-dialog.upphtml deleted file mode 100644 index a51333f..0000000 --- a/http/share/components/otp-dialog.upphtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - -
-

- I've sent a six-digit code to your email address. - Let me know what it is, so I can confirm this really is your email address. The - code will be valid for five minutes. -

- -
- - - - - - -
- - - -
-
-
-- cgit v1.2.3