diff --git a/content/4.refseq.md b/content/4.refseq.md
index 13605c24602416fb9f854975b8b097e60bb42833..6f9822400f60ab9f4231180a1db37ea605ca8daa 100644
--- a/content/4.refseq.md
+++ b/content/4.refseq.md
@@ -1,7 +1,8 @@
 ---
 title: RefSeq DB
 layout: db
-navigation: true
+navigation: 
+  icon: "mdi-database"
 ---
 
 
diff --git a/content/5.structure.md b/content/5.structure.md
index 61f6ed46a497b184b840f751a19e566f76c539f4..0412488689dcb905782d866d610b1ec701d38611 100644
--- a/content/5.structure.md
+++ b/content/5.structure.md
@@ -1,7 +1,8 @@
 ---
 title: Structures DB
 layout: db
-navigation: true
+navigation: 
+  icon: "mdi-database"
 ---
 
 
diff --git a/layouts/article-no-toc.vue b/layouts/article-no-toc.vue
index 5ee7044adfbacadba3e2a5c660a6c037212fd572..447dfb732b4e2a97134fb1decae6a72eb6b5a188 100644
--- a/layouts/article-no-toc.vue
+++ b/layouts/article-no-toc.vue
@@ -1,6 +1,6 @@
 
 <template>
-    <LayoutWrapper :fluid="true" :toc="false" :edit="false">
+    <LayoutWrapper :fluid="true" :toc="false" :edit="true">
         <slot />
     </LayoutWrapper>
 </template>