|
@@ -64,7 +64,7 @@
|
|
|
</VueMarkdown>
|
|
|
</div>
|
|
|
<!-- Page blanche -->
|
|
|
- <div class="blank-page" />
|
|
|
+ <div class="blank-page no-folio" />
|
|
|
<!-- Sections -->
|
|
|
<div v-for="edge in orderBy($page.sections.edges,'node.Ordre')">
|
|
|
<div v-if="edge.node.espace" class="blank-page no-folio breakBeforeLeft" />
|
|
@@ -169,7 +169,9 @@ export default {
|
|
|
}
|
|
|
page.parentNode.removeChild(page);
|
|
|
});
|
|
|
-
|
|
|
+ // Chercher le dernier paragraphe
|
|
|
+ let p = Array.from(document.querySelectorAll(".chapter-content"));
|
|
|
+ p[p.length-1].classList.add("last-chapter-p");
|
|
|
});
|
|
|
});
|
|
|
});
|