chanagement class introduction - ajout image avant sommaire
This commit is contained in:
+5
-2
@@ -4,7 +4,7 @@
|
|||||||
<!-- Mise en page -->
|
<!-- Mise en page -->
|
||||||
<!-- introductions -->
|
<!-- introductions -->
|
||||||
<div v-for="edge in $page.introductions.edges.slice().reverse()" :key="`introductions${edge.node.id}`">
|
<div v-for="edge in $page.introductions.edges.slice().reverse()" :key="`introductions${edge.node.id}`">
|
||||||
<VueMarkdown class="chapter-content justify">{{edge.node.contenu}}
|
<VueMarkdown class="intro">{{edge.node.contenu}}
|
||||||
</VueMarkdown>
|
</VueMarkdown>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -29,7 +29,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- Page de fond -->
|
<!-- Page de fond -->
|
||||||
<div class="column image-cover image-bleed" v-bind:style='{ backgroundImage: `url()`, }' />
|
<div class="column image-cover image-bleed" v-bind:style='{ backgroundImage: `url(https://popsu-rouen-en.strapi.figli.io/uploads/50424a6a43e44551a4faa699f8ef3caa.JPEG)`, }' />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Sommaire -->
|
<!-- Sommaire -->
|
||||||
|
|
||||||
<div class="column no-folio">
|
<div class="column no-folio">
|
||||||
|
|||||||
Reference in New Issue
Block a user