Page blanche annexe seule
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
<div class="blank-page" />
|
||||
<!-- 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}}
|
||||
</VueMarkdown>
|
||||
@@ -154,6 +155,7 @@ export default {
|
||||
Titre
|
||||
Contenu
|
||||
Ordre
|
||||
espace
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user