summaryrefslogtreecommitdiff
path: root/http/share/components/meta.upphtml
diff options
context:
space:
mode:
Diffstat (limited to 'http/share/components/meta.upphtml')
-rw-r--r--http/share/components/meta.upphtml11
1 files changed, 0 insertions, 11 deletions
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>${TITLE}</title>
-<meta name='title' content='${TITLE}' />
-<meta name='description' content='${DESCRIPTION}' />
-
-#!
-fi
-#!