diff --git a/views/about.hbs b/views/about.hbs index e00ea7e..2a91195 100644 --- a/views/about.hbs +++ b/views/about.hbs @@ -10,9 +10,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -
diff --git a/views/post.hbs b/views/post.hbs index fb8256e..10c6050 100644 --- a/views/post.hbs +++ b/views/post.hbs @@ -15,9 +15,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -

{{post.Title}}

diff --git a/views/privacy.hbs b/views/privacy.hbs index 5071890..cbf0185 100644 --- a/views/privacy.hbs +++ b/views/privacy.hbs @@ -10,9 +10,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -

Instance Privacy

diff --git a/views/tag.hbs b/views/tag.hbs index 3d88e2f..d8fd47d 100644 --- a/views/tag.hbs +++ b/views/tag.hbs @@ -10,9 +10,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -
diff --git a/views/trending.hbs b/views/trending.hbs index 6659c92..682e618 100644 --- a/views/trending.hbs +++ b/views/trending.hbs @@ -10,9 +10,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -
diff --git a/views/user.hbs b/views/user.hbs index b05da03..28eb659 100644 --- a/views/user.hbs +++ b/views/user.hbs @@ -10,9 +10,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -
diff --git a/views/userComments.hbs b/views/userComments.hbs index ca1e947..650f57a 100644 --- a/views/userComments.hbs +++ b/views/userComments.hbs @@ -10,9 +10,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -
diff --git a/views/userFavorites.hbs b/views/userFavorites.hbs index 7bab5f4..365ceba 100644 --- a/views/userFavorites.hbs +++ b/views/userFavorites.hbs @@ -10,9 +10,6 @@ {{> partials/nav }} -
- {{> partials/searchBar }} -