|
@@ -2,10 +2,13 @@
|
|
|
<Layout>
|
|
|
<!-- Mise en page -->
|
|
|
<!-- introductions -->
|
|
|
+ <div class="v-center grow">
|
|
|
<div v-for="edge in $page.introductions.edges.slice().reverse()" :key="`introductions${edge.node.id}`">
|
|
|
<VueMarkdown class="intro">{{edge.node.contenu}}
|
|
|
</VueMarkdown>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+
|
|
|
<div class="blank-page no-folio fill-motif-cross-left" />
|
|
|
<!-- Auteurs, titre, sous-titre -->
|
|
|
<div class="column no-folio">
|