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
+#!
+