Skip to content

Liste des enfants d'une page au bon format#3903

Merged
arnaudlevy merged 2 commits intomainfrom
fix-page-children
Apr 1, 2026
Merged

Liste des enfants d'une page au bon format#3903
arnaudlevy merged 2 commits intomainfrom
fix-page-children

Conversation

@arnaudlevy
Copy link
Copy Markdown
Member

@arnaudlevy arnaudlevy commented Mar 31, 2026

Type

  • Nouvelle fonctionnalité
  • Bug
  • Ajustement
  • Rangement

Description

Fix #3902

children:
  - "jobs/_index.html"
  - "posts/_index.html"
  - "schools/_index.html"
  - "academic_years/_index.html"
child_pages:
  - permalink: "/offres-d-emploi/"
    path: "/jobs"
    slug: "offres-d-emploi"
    file: "content/fr/jobs/_index.html"
  - permalink: "/actualites/"
    path: "/posts"
    slug: "actualites"
    file: "content/fr/posts/_index.html"
  - permalink: "/ecoles/"
    path: "/schools"
    slug: "ecoles"
    file: "content/fr/schools/_index.html"
  - permalink: "/alumni/"
    path: "/academic_years"
    slug: "alumni"
    file: "content/fr/academic_years/_index.html"

Niveau d'incidence

  • Incidence faible 😌
  • Incidence moyenne 😲
  • Incidence forte 😱

@arnaudlevy
Copy link
Copy Markdown
Member Author

@alexisben @Olivia206 c'est ça que vous voulez ?

@Olivia206 Olivia206 added the waiting theme (olivialex approval) Label retirable UNIQUEMENT par Alex ou Olivia label Apr 1, 2026
@Olivia206
Copy link
Copy Markdown
Contributor

Oui c'est ça 👍

@arnaudlevy arnaudlevy merged commit dad1320 into main Apr 1, 2026
7 of 8 checks passed
@arnaudlevy arnaudlevy deleted the fix-page-children branch April 1, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting theme (olivialex approval) Label retirable UNIQUEMENT par Alex ou Olivia

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pages avec de faux enfants : utilisation de la clef children

2 participants