diff --git a/templates/_types/post/admin/_main_panel.html b/templates/_types/post/admin/_main_panel.html
index 1ebe622..58d5238 100644
--- a/templates/_types/post/admin/_main_panel.html
+++ b/templates/_types/post/admin/_main_panel.html
@@ -3,14 +3,5 @@
id="main-panel"
class="flex-1 md:h-full md:min-h-0 overflow-y-auto overscroll-contain js-grid-viewport"
>
- {% if post and post.is_page %}
-
- {% include "_types/post/admin/_features_panel.html" %}
-
- {% if features.get('market') %}
- {% include "_types/post/admin/_markets_panel.html" %}
- {% endif %}
-
- {% endif %}
diff --git a/templates/_types/post/admin/_nav.html b/templates/_types/post/admin/_nav.html
index 7296d15..c0bfab6 100644
--- a/templates/_types/post/admin/_nav.html
+++ b/templates/_types/post/admin/_nav.html
@@ -4,6 +4,16 @@
calendars
+
+
{% call links.link(url_for('blog.post.admin.entries', slug=post.slug), hx_select_search, select_colours, True, aclass=styles.nav_button) %}
entries
{% endcall %}