Proper ordering
This commit is contained in:
parent
816e74b35f
commit
b95abac34b
@ -1,4 +0,0 @@
|
||||
---
|
||||
title: Ne te décourage pas
|
||||
---
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 7
|
||||
title: Chapitre 07
|
||||
description: Le Choixpeau Magique
|
||||
ac_choices:
|
||||
- "[Ils ont une si mauvaise vue qu'ils n'ont jamais vraiment vu les fentes dans le Choixpeau qui forme son visage](/pages/1er-quiz/erreur)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 6
|
||||
title: Chapitre 06
|
||||
description: Rendez-vous sur la voie 9 3/4
|
||||
ac_choices:
|
||||
- "[Sirius Black](/pages/1er-quiz/erreur)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 9
|
||||
title: Chapitre 09
|
||||
description: Duel à minuit
|
||||
ac_choices:
|
||||
- "[La grande salle](/pages/1er-quiz/erreur)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 2
|
||||
title: Chapitre 02
|
||||
description: Une vitre disparait
|
||||
ac_choices:
|
||||
- "[Kingsley Shacklebolt](/pages/1er-quiz/erreur)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 5
|
||||
title: Chapitre 05
|
||||
description: Le chemin de traverse
|
||||
ac_choices:
|
||||
- "[Une plume de Fumseck, le phénix de Dumbledore](/pages/1er-quiz/7c038015-c989-4024-a3cf-14b8557fdb0c)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 4
|
||||
title: Chapitre 04
|
||||
description: Le gardien des clefs
|
||||
ac_choices:
|
||||
- "[Pardon, la porte est tombée toute seule.](/pages/1er-quiz/erreur)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 3
|
||||
title: Chapitre 03
|
||||
description: Les lettres de nulle part
|
||||
ac_choices:
|
||||
- "[Dans un Hôtel à Carbone-les-Mines](/pages/1er-quiz/erreur)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 8
|
||||
title: Chapitre 08
|
||||
description: Le maître des potions
|
||||
ac_choices:
|
||||
- "[Une pierre que l'on trouve dans l'estomac des biches et qui constitue un antidote à quelques poisons](/pages/1er-quiz/erreur)"
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapitre 1
|
||||
title: Chapitre 01
|
||||
description: Le survivant
|
||||
featured_image: /../../../../../assets/Swallow_flying_drinking.jpg
|
||||
ac_choices:
|
||||
|
@ -60,6 +60,8 @@ body #content:focus {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.links .assets,
|
||||
body.pages header time,
|
||||
.author-only { display: none; }
|
||||
body.author .author-only { display: initial; }
|
||||
body.author .ac_choices .destination {
|
||||
|
@ -14,3 +14,5 @@ users:
|
||||
assets:
|
||||
create: 📤 Transmettre une image
|
||||
delete: 🗑
|
||||
groups:
|
||||
create: 🏠 Créer un nouveau groupe
|
||||
|
@ -23,7 +23,7 @@
|
||||
{{ end }}
|
||||
|
||||
<section class="flex-ns flex-wrap justify-around">
|
||||
{{ range .Pages }}
|
||||
{{ range .Pages.ByTitle }}
|
||||
{{ .Render "summary-with-image" }}
|
||||
{{ end }}
|
||||
</section>
|
||||
|
@ -8,12 +8,12 @@
|
||||
{{ .Content }}
|
||||
</article>
|
||||
|
||||
<dl>
|
||||
<dl class="links">
|
||||
{{ range .Sections }}
|
||||
<dt>
|
||||
<dt class="{{ .Section }}">
|
||||
<a href="{{ .RelPermalink }}" class="link grow">{{ .Title }}</a>
|
||||
</dt>
|
||||
<dd>{{ add (len .Pages) (len .Resources) }}</dd>
|
||||
<dd class="{{ .Section }}">{{ add (len .Pages) (len .Resources) }}</dd>
|
||||
{{ end }}
|
||||
|
||||
{{ with site.GetPage "groups" }}
|
||||
|
Loading…
Reference in New Issue
Block a user