diff --git a/bin/svgs.js b/bin/svgs.js
index 4d7e7d2..c3df6ed 100644
--- a/bin/svgs.js
+++ b/bin/svgs.js
@@ -13,11 +13,9 @@ module.exports = [
{id:'fa-play-circle', src:'node_modules/font-awesome-svg-png/white/svg/play-circle.svg', title: 'Play'},
{id:'fa-eye', src:'node_modules/font-awesome-svg-png/white/svg/eye.svg', title: 'Show Sensitive Content'},
{id:'fa-eye-slash', src:'node_modules/font-awesome-svg-png/white/svg/eye-slash.svg', title: 'Hide Sensitive Content'},
- {id:'fa-hashtag', src:'node_modules/font-awesome-svg-png/white/svg/hashtag.svg', title: 'Hashtag'},
{id:'fa-lock', src:'node_modules/font-awesome-svg-png/white/svg/lock.svg', title: 'Locked'},
{id:'fa-envelope', src:'node_modules/font-awesome-svg-png/white/svg/envelope.svg', title: 'Sealed Envelope'},
{id:'fa-user-times', src:'node_modules/font-awesome-svg-png/white/svg/user-times.svg', title: 'Stop Following'},
{id:'fa-user-plus', src:'node_modules/font-awesome-svg-png/white/svg/user-plus.svg', title: 'Follow'},
- {id:'fa-comments', src:'node_modules/font-awesome-svg-png/white/svg/comments.svg', title: 'Statuses'},
{id:'fa-external-link', src:'node_modules/font-awesome-svg-png/white/svg/external-link.svg', title: 'External Link'},
]
\ No newline at end of file
diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html
index 238af52..9dc8f34 100644
--- a/routes/_components/Layout.html
+++ b/routes/_components/Layout.html
@@ -1,5 +1,5 @@
<:Window bind:online />
-
+
{{#if virtual}}
diff --git a/routes/_components/Nav.html b/routes/_components/Nav.html
index 8ad22e5..a0a4e3a 100644
--- a/routes/_components/Nav.html
+++ b/routes/_components/Nav.html
@@ -15,12 +15,6 @@
- {{#if dynamicPage}}
-
-
-
- {{/if}}
diff --git a/routes/accounts/[accountId].html b/routes/accounts/[accountId].html
index 4c07849..cbf6fa8 100644
--- a/routes/accounts/[accountId].html
+++ b/routes/accounts/[accountId].html
@@ -4,11 +4,7 @@
+ virtualRealm='account/{{params.accountId}}' >
{{#if $isUserLoggedIn}}
{{#if $currentAccountProfile}}
diff --git a/routes/statuses/[statusId].html b/routes/statuses/[statusId].html
index b53be51..69e8b42 100644
--- a/routes/statuses/[statusId].html
+++ b/routes/statuses/[statusId].html
@@ -2,11 +2,7 @@
Pinafore
-
+
{{#if $isUserLoggedIn}}
diff --git a/routes/tags/[tagName].html b/routes/tags/[tagName].html
index 2f23c36..695b0ef 100644
--- a/routes/tags/[tagName].html
+++ b/routes/tags/[tagName].html
@@ -4,11 +4,7 @@
+ virtualRealm='tag/{{params.tagName}}' >
{{#if $isUserLoggedIn}}