Correction rubrique
This commit is contained in:
@@ -128,6 +128,7 @@
|
||||
// hanging-punctuation: first last;
|
||||
}
|
||||
|
||||
|
||||
.section-title {
|
||||
font-family: "TextaAlt";
|
||||
font-weight: 800;
|
||||
|
||||
+2
-2
@@ -50,9 +50,9 @@
|
||||
</div>
|
||||
<div class="blank-page no-folio" />
|
||||
<!-- Chapitres -->
|
||||
<div v-for="edge in $page.chapitres.edges.slice().reverse()" :key="`chapitre${edge.node.id}`">
|
||||
<div v-for="(edge,index) in $page.chapitres.edges.slice().reverse()" :key="`chapitre${edge.node.id}`">
|
||||
<div v-if="edge.node.Rubrique">
|
||||
<div class="section-title">
|
||||
<div class="section-title" :class="{breakBefore: index != 0}">
|
||||
{{edge.node.Rubrique}}
|
||||
</div>
|
||||
<h2 :id="`chapitres${edge.node.id}`" class="chapter-title ">{{edge.node.Titre}}</h2>
|
||||
|
||||
Reference in New Issue
Block a user