|
@@ -68,8 +68,8 @@
|
|
|
<!-- Sections -->
|
|
|
<div v-for="edge in orderBy($page.sections.edges,'node.Ordre')">
|
|
|
<div v-if="edge.node.espace" class="blank-page no-folio breakBeforeLeft" />
|
|
|
- <h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak">{{edge.node.Titre}}</h2>
|
|
|
- <VueMarkdown class="chapter-content">{{edge.node.Contenu}}
|
|
|
+ <h2 :id="`chapitres${edge.node.id}`" class="section-title canbreak still">{{edge.node.Titre}}</h2>
|
|
|
+ <VueMarkdown class="section-content">{{edge.node.Contenu}}
|
|
|
</VueMarkdown>
|
|
|
</div>
|
|
|
<!-- Credits -->
|