From 47f443b83fe7f680af673ea7a6edb487848ff494 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Sat, 16 Dec 2023 16:01:06 +0100
Subject: [PATCH] Add icon + can edit when no toc

---
 content/4.refseq.md        | 3 ++-
 content/5.structure.md     | 3 ++-
 layouts/article-no-toc.vue | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/content/4.refseq.md b/content/4.refseq.md
index 13605c24..6f982240 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 61f6ed46..04124886 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 5ee7044a..447dfb73 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>
-- 
GitLab