|
@@ -64,7 +64,7 @@
|
|
|
<!-- Sections -->
|
|
|
|
|
|
|
|
|
- <div v-for="edge in $page.sections.edges.slice().reverse()" :key="`section${edge.node.id}`">
|
|
|
+ <div v-for="edge in $page.sections.edges.slice().reverse()" :key="`section${edge.node.Ordre}`">
|
|
|
<h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak">{{edge.node.Titre}}</h2>
|
|
|
<VueMarkdown class="chapter-content justify">{{edge.node.Contenu}}
|
|
|
</VueMarkdown>
|
|
@@ -132,6 +132,7 @@ export default {
|
|
|
id
|
|
|
Titre
|
|
|
Contenu
|
|
|
+ Ordre
|
|
|
}
|
|
|
}
|
|
|
}
|