US9_se-ballader-sur-le-site #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "US9_se-ballader-sur-le-site"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- fiche.njk: alias animation → fiche, eleventyComputed updated accordingly - permalink: /fiche/{type}/ → /fiches/{type}/ (consistent with type pages) - default-fiche.njk: replace remaining animation.* references with fiche.* (frontmatter, content, edit link)breadcrumb.njk now supports breadcrumbCrumbs (intermediate links) and breadcrumbTitle (label override) — falls back to title if unset. - /fiches/ → Accueil > Fiches (via breadcrumbTitle in frontmatter) - /fiches/{type}/ → Accueil > Fiches > {Type} (via set before include) - /fiches/{type}/{slug}/ → Accueil > Fiches > {Type} > {titre} (via layout)- Remove carnet-de-fiches.{njk,css,js} and carnet-body.njk - Add fiches.{njk,css,js} and fiches-body.njk as replacements - Update tokens.css comment and README to reflect new namesBreadcrumb, header, meta dl and corps div are now rendered in fiche.njk and passed as {{ content }} to default-fiche.njk. Removes skip-link from the layout (handled at a higher level).