diff --git a/web/templates/pages/home.html b/web/templates/pages/home.html
index 9d28f9e..1515c85 100644
--- a/web/templates/pages/home.html
+++ b/web/templates/pages/home.html
@@ -1,3 +1,13 @@
+{{define "head"}}
+
+
+
+{{if .ExternalURL}}
+
+{{end}}
+
+{{end}}
+
{{define "content"}}
{{if .User}}
diff --git a/web/templates/pages/profile.html b/web/templates/pages/profile.html
index 21371dd..ca25524 100644
--- a/web/templates/pages/profile.html
+++ b/web/templates/pages/profile.html
@@ -2,6 +2,11 @@
{{with .Data}}{{$d := .}}{{with .ProfileUser}}
{{if eq .ProfileVisibility "public"}}
+ {{if .Bio}}
+
+ {{else}}
+
+ {{end}}
{{if $.ExternalURL}}
diff --git a/web/templates/pages/tag_browse.html b/web/templates/pages/tag_browse.html
index 2502082..84cfaa9 100644
--- a/web/templates/pages/tag_browse.html
+++ b/web/templates/pages/tag_browse.html
@@ -1,3 +1,15 @@
+{{define "head"}}
+{{with .Data}}
+
+
+
+{{if $.ExternalURL}}
+
+{{end}}
+
+{{end}}
+{{end}}
+
{{define "content"}}
{{with .Data}}