Skip to content

Comments

Rangement des menus#1338

Open
arnaudlevy wants to merge 66 commits intomainfrom
optimize-menu
Open

Rangement des menus#1338
arnaudlevy wants to merge 66 commits intomainfrom
optimize-menu

Conversation

@arnaudlevy
Copy link
Member

@arnaudlevy arnaudlevy commented Feb 12, 2026

Type

  • Nouvelle fonctionnalité
  • Bug
  • Ajustement
  • Rangement

Description

Rangement du menu, pour discussion et principes :

  • 35 lignes max par fichier
  • dossier helpers pour ranger les partials qui return quelquechose
  • limiter le nombre de paramètres envoyés
  • dupliquer plutôt que de mettre en option, surtout si c'est récursif

Niveau d'incidence

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

Migration

  • Vérifier spécifiquement les sites qui ont des menus social, une classe doit manquer.
  • Vérifier que l'absence de {{- if or (ne .stop 1) (and (eq .stop 1) (ne .kind "blank")) -}} ne dérange pas
  • Réparer le js pour les dropdowns de niveau 2 et 3
  • Faire attention à la suppression de classe disabledsur les items de type blank (les textes simples)

@@ -1,7 +1,7 @@
{{ $menu := partial "GetMenu" "social" }}

{{ if $menu.items }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ce test n'est pas ailleurs, pourquoi ?

@arnaudlevy arnaudlevy marked this pull request as ready for review February 13, 2026 10:55
@arnaudlevy arnaudlevy changed the base branch from main to lint February 19, 2026 18:41
@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

djLint

Tag seems to be an orphan.

layouts/_partials/AddCreditMention.html, line 3:54, code H025

</span>

Tag seems to be an orphan.

layouts/_partials/AddCreditMention.html, line 4:41, code H025

</span>

Tag seems to be an orphan.

layouts/_partials/AddCreditMention.html, line 5:30, code H025

<p>

Tag seems to be an orphan.

layouts/_partials/AddCreditMention.html, line 5:44, code H025

<p>

Unclosed string found in template syntax.

layouts/_partials/GetImageDimensions.html, line 12:2, code T027

{{ $svgWidth := inde

Unclosed string found in template syntax.

layouts/_partials/GetImageDimensions.html, line 13:2, code T027

{{ $svgHeight := ind

Unclosed string found in template syntax.

layouts/_partials/GetImageDimensions.html, line 18:4, code T027

{{ $svgViewBoxSizes 

Tag seems to be an orphan.

layouts/_partials/RemoveSrOnlyTag.html, line 2:52, code H025

</span>

Tag seems to be an orphan.

layouts/_partials/contents/list.html, line 42:2, code H025

</div>

Empty tag pair found. Consider removing.

layouts/_partials/header/button.html, line 7:2, code H020

<span></span>

Found extra blank lines.

layouts/_partials/pages/partials/layouts/alternate/alternate.html, line 23:61, code H014

tml" . -}}

Tag seems to be an orphan.

layouts/_partials/taxonomies/section-list.html, line 9:2, code H025

<div class="taxonomi

Duplicate attribute found.

layouts/alias.html, line 9:43, code H037

url

Linted 584 files, found 13 errors.

Hugo analyzer

Directories

Directories should not contain too many files, it's probably a sign of mess.

Id State Files Directory
dir-1 45 _partials
dir-2 32 _partials/blocks/templates
dir-3 ⚠️ 18 _partials/commons
dir-4 ⚠️ 18 _partials/programs/single
dir-5 ⚠️ 13 _partials/footer
dir-6 ⚠️ 11 _partials/hooks

Partials calls

Partials called once might be in the wrong place. Partials never called might be metaprogrammed, or obsolete.

Id State Calls Fragment Partial
cal-1 ⚠️ 1 GetTermsFromTaxonomies _partials/GetTermsFromTaxonomies.html
cal-2 ⚠️ 1 IsInteger _partials/IsInteger.html
cal-3 ⚠️ 1 RemoveSrOnlyTag _partials/RemoveSrOnlyTag.html
cal-4 ⚠️ 1 FilterIframeLazy _partials/FilterIframeLazy.html
cal-5 ⚠️ 1 GetBodyclass _partials/GetBodyclass.html
cal-6 ⚠️ 1 GetCategoriesSlug _partials/GetCategoriesSlug.html
cal-7 ⚠️ 1 GetDayAnchor _partials/GetDayAnchor.html
cal-8 ⚠️ 1 GetFigureAriaLabel _partials/GetFigureAriaLabel.html
cal-9 ⚠️ 1 GetHeadTitle _partials/GetHeadTitle.html
cal-10 ⚠️ 1 GetImageUrlKeycdn _partials/GetImageUrlKeycdn.html
cal-11 ⚠️ 1 GetImageUrlOsuny _partials/GetImageUrlOsuny.html
cal-12 ⚠️ 1 GetLightboxUrl _partials/GetLightboxUrl.html
cal-13 ⚠️ 1 GetMainClass _partials/GetMainClass.html
cal-14 ⚠️ 1 GetMainSearchAttributes _partials/GetMainSearchAttributes.html
cal-15 ⚠️ 1 isInteractiveMapPresent _partials/isInteractiveMapPresent.html
cal-16 0 sitemap/toc _partials/sitemap/toc.html
cal-17 0 pages/partials/layouts/list/list _partials/pages/partials/layouts/list/list.html
cal-18 0 pages/partials/layouts/large/large _partials/pages/partials/layouts/large/large.html
cal-19 0 pages/partials/layouts/grid/grid _partials/pages/partials/layouts/grid/grid.html
cal-20 0 pages/partials/layouts/cards/cards _partials/pages/partials/layouts/cards/cards.html
cal-21 0 pages/partials/layouts/alternate/alternate _partials/pages/partials/layouts/alternate/alternate.html
cal-22 0 pagedjs/partials/blocks/video _partials/pagedjs/partials/blocks/video.html
cal-23 0 programs/single/hero/logos _partials/programs/single/hero/logos.html
cal-24 0 PrepareText _partials/PrepareText.html
cal-25 0 footer/backtotop _partials/footer/backtotop.html
cal-26 0 projects/single/hero/infos _partials/projects/single/hero/infos.html
cal-27 0 persons/partials/persons _partials/persons/partials/persons.html
cal-28 0 commons/lang-switch _partials/commons/lang-switch.html
cal-29 0 posts/partials/layouts/alternate/alternate _partials/posts/partials/layouts/alternate/alternate.html
cal-30 0 posts/partials/layouts/carousel/carousel _partials/posts/partials/layouts/carousel/carousel.html
cal-31 0 posts/partials/layouts/grid/grid _partials/posts/partials/layouts/grid/grid.html
cal-32 0 papers/single/toc _partials/papers/single/toc.html
cal-33 0 toc/default _partials/toc/default.html
cal-34 0 posts/partials/layouts/highlight/highlight _partials/posts/partials/layouts/highlight/highlight.html
cal-35 0 posts/partials/layouts/large/large _partials/posts/partials/layouts/large/large.html
cal-36 0 posts/partials/layouts/list/list _partials/posts/partials/layouts/list/list.html
cal-37 0 pages/single/toc _partials/pages/single/toc.html
cal-38 0 teachers/single _partials/teachers/single.html
cal-39 0 GetMenuSummary _partials/GetMenuSummary.html
cal-40 0 GetMonthFromNow _partials/GetMonthFromNow.html
cal-41 0 programs/single/hero/essential _partials/programs/single/hero/essential.html
cal-42 0 blocks/templates/key_figures _partials/blocks/templates/key_figures.html
cal-43 0 blocks/templates/license _partials/blocks/templates/license.html
cal-44 0 blocks/templates/links _partials/blocks/templates/links.html
cal-45 0 blocks/templates/locations _partials/blocks/templates/locations.html
cal-46 0 blocks/templates/organizations _partials/blocks/templates/organizations.html
cal-47 0 blocks/templates/papers _partials/blocks/templates/papers.html
cal-48 0 blocks/templates/persons _partials/blocks/templates/persons.html
cal-49 0 laboratories/single/summary _partials/laboratories/single/summary.html
cal-50 0 blocks/templates/programs _partials/blocks/templates/programs.html
cal-51 0 blocks/templates/publications _partials/blocks/templates/publications.html
cal-52 0 blocks/templates/sound _partials/blocks/templates/sound.html
cal-53 0 organizations/partials/layouts/map/map _partials/organizations/partials/layouts/map/map.html
cal-54 0 blocks/templates/timeline/horizontal _partials/blocks/templates/timeline/horizontal.html
cal-55 0 blocks/templates/timeline/vertical _partials/blocks/templates/timeline/vertical.html
cal-56 0 blocks/templates/timeline _partials/blocks/templates/timeline.html
cal-57 0 blocks/templates/title _partials/blocks/templates/title.html
cal-58 0 organizations/partials/layouts/large/large _partials/organizations/partials/layouts/large/large.html
cal-59 0 blocks/templates/volumes _partials/blocks/templates/volumes.html
cal-60 0 organizations/partials/layouts/grid/grid _partials/organizations/partials/layouts/grid/grid.html
cal-61 0 organizations/partials/layouts/carousel/carousel _partials/organizations/partials/layouts/carousel/carousel.html
cal-62 0 categories/partials/layouts/default _partials/categories/partials/layouts/default.html
cal-63 0 locations/single/hero/address _partials/locations/single/hero/address.html
cal-64 0 programs/single/toc _partials/programs/single/toc.html
cal-65 0 pagedjs/partials/blocks/title _partials/pagedjs/partials/blocks/title.html
cal-66 0 pagedjs/partials/blocks/testimonials _partials/pagedjs/partials/blocks/testimonials.html
cal-67 0 pagedjs/partials/blocks/persons _partials/pagedjs/partials/blocks/persons.html
cal-68 0 pagedjs/partials/blocks/license _partials/pagedjs/partials/blocks/license.html
cal-69 0 pagedjs/partials/blocks/image _partials/pagedjs/partials/blocks/image.html
cal-70 0 pagedjs/partials/blocks/gallery _partials/pagedjs/partials/blocks/gallery.html
cal-71 0 pagedjs/partials/blocks/files _partials/pagedjs/partials/blocks/files.html
cal-72 0 pagedjs/partials/blocks/definitions _partials/pagedjs/partials/blocks/definitions.html
cal-73 0 pagedjs/partials/blocks/chapter _partials/pagedjs/partials/blocks/chapter.html
cal-74 0 blocks/templates/call_to_action _partials/blocks/templates/call_to_action.html
cal-75 0 blocks/templates/categories _partials/blocks/templates/categories.html
cal-76 0 blocks/templates/chapter _partials/blocks/templates/chapter.html
cal-77 0 blocks/templates/contact _partials/blocks/templates/contact.html
cal-78 0 blocks/templates/datatable _partials/blocks/templates/datatable.html
cal-79 0 blocks/templates/definitions _partials/blocks/templates/definitions.html
cal-80 0 blocks/templates/embed _partials/blocks/templates/embed.html
cal-81 0 blocks/templates/features _partials/blocks/templates/features.html
cal-82 0 blocks/templates/files _partials/blocks/templates/files.html
cal-83 0 blocks/templates/gallery _partials/blocks/templates/gallery.html
cal-84 0 blocks/templates/image _partials/blocks/templates/image.html
cal-85 0 blocks/templates/jobs _partials/blocks/templates/jobs.html
cal-86 0 diplomas/single/hero/essential _partials/diplomas/single/hero/essential.html

Too many lines

Files should not be too long, it's a sign of mess and a difficulty for overrides.

Id State Lines Path
lin-1 402 _partials/footer/debug.html
lin-2 154 _partials/programs/single/toc.html
lin-3 149 _partials/blocks/templates/contact.html
lin-4 148 _partials/contents/backlinks.html
lin-5 118 _partials/header/hero.html
lin-6 110 rss.xml
lin-7 109 _partials/programs/single/admission.html
lin-8 108 _partials/persons/single.html
lin-9 106 _partials/commons/pagination.html
lin-10 104 _partials/events/partials/event.html
lin-11 91 _partials/commons/image.html
lin-12 91 _partials/posts/partials/post.html
lin-13 90 _partials/programs/single/presentation.html
lin-14 88 _partials/blocks/templates/programs.html
lin-15 83 _partials/posts/partials/layouts/highlight/highlight.html
lin-16 82 _partials/programs/partials/program.html
lin-17 81 _partials/head/seo.html
lin-18 81 pages/sitemap.html
lin-19 79 _partials/organizations/partials/layouts/map/map.html
lin-20 73 alias.html
lin-21 73 _partials/papers/single/sidebar.html
lin-22 ⚠️ 69 _partials/exhibitions/partials/exhibition.html
lin-23 ⚠️ 68 _partials/commons/contact-details.html
lin-24 ⚠️ 68 _partials/programs/single/hero/essential.html
lin-25 ⚠️ 66 _partials/events/single/event-infos.html
lin-26 ⚠️ 66 _partials/organizations/partials/organization.html
lin-27 ⚠️ 64 _partials/projects/partials/project.html
lin-28 ⚠️ 63 _partials/GetImageUrlOsuny.html
lin-29 ⚠️ 63 _partials/pages/partials/layouts/list/list.html
lin-30 ⚠️ 62 _partials/blocks/templates/testimonials.html
lin-31 ⚠️ 61 _partials/commons/agenda/dates.html
lin-32 ⚠️ 59 _partials/commons/share/links.html
lin-33 ⚠️ 57 _partials/persons/partials/person.html
lin-34 ⚠️ 56 _partials/commons/item/schedule.html
lin-35 ⚠️ 55 _partials/jobs/partials/job.html
lin-36 ⚠️ 55 _partials/blocks/templates/video.html
lin-37 ⚠️ 54 _partials/pages/partials/layouts/grid/grid.html
lin-38 ⚠️ 54 _partials/pages/partials/layouts/alternate/alternate.html
lin-39 ⚠️ 53 _partials/footer/js.html
lin-40 ⚠️ 53 _partials/papers/partials/paper.html
lin-41 ⚠️ 52 _partials/commons/image-figure.html
lin-42 ⚠️ 52 _partials/events/section/calendar/month.html
lin-43 ⚠️ 52 _partials/exhibitions/single/exhibition-infos.html
lin-44 ⚠️ 52 _partials/blocks/templates/features.html
lin-45 ⚠️ 51 _partials/locations/partials/map.html
lin-46 ⚠️ 50 _partials/blocks/templates/persons.html
lin-47 ⚠️ 49 _partials/blocks/templates/links.html
lin-48 ⚠️ 49 _partials/pages/partials/page.html
lin-49 ⚠️ 49 _partials/pages/partials/layouts/large/large.html
lin-50 ⚠️ 49 _partials/pages/partials/layouts/cards/cards.html
lin-51 ⚠️ 49 _partials/commons/siblings-navigation.html
lin-52 ⚠️ 48 _partials/diplomas/partials/diplomas.html
lin-53 ⚠️ 47 _partials/events/partials/agenda.html
lin-54 ⚠️ 46 _partials/persons/section.html
lin-55 ⚠️ 46 _partials/commons/i18n.html
lin-56 ⚠️ 46 _partials/events/single.html
lin-57 ⚠️ 45 _partials/blocks/templates/locations.html
lin-58 ⚠️ 44 _partials/blocks/templates/testimonials/carousel.html
lin-59 ⚠️ 44 _partials/events_categories/single.html
lin-60 ⚠️ 43 _partials/contents/list.html
lin-61 ⚠️ 43 _partials/taxonomies/single-list.html
lin-62 ⚠️ 43 _partials/programs/single/pedagogy.html
lin-63 ⚠️ 42 _partials/diplomas/single.html
lin-64 ⚠️ 42 _partials/blocks/templates/posts.html
lin-65 ⚠️ 42 _partials/locations/partials/location.html
lin-66 ⚠️ 42 _partials/programs/single.html
lin-67 ⚠️ 42 _partials/jobs/single/job-infos.html
lin-68 ⚠️ 42 _partials/blocks/templates/call_to_action.html
lin-69 ⚠️ 41 _partials/blocks/templates/pages.html
lin-70 ⚠️ 41 _partials/publications/partials/publication.html
lin-71 ⚠️ 41 _partials/programs/single/related.html
lin-72 ⚠️ 40 baseof.html
lin-73 ⚠️ 40 _partials/blocks/templates/key_figures.html
lin-74 ⚠️ 39 _partials/schools/partials/school.html
lin-75 ⚠️ 39 _partials/programs/section.html
lin-76 ⚠️ 39 _partials/laboratories/partials/laboratory.html
lin-77 ⚠️ 39 _partials/organizations/single.html
lin-78 ⚠️ 39 _partials/journals/partials/journal.html
lin-79 ⚠️ 38 _partials/programs/single/related-events.html
lin-80 ⚠️ 38 _partials/programs/single/related-exhibitions.html
lin-81 ⚠️ 38 _partials/programs/single/related-posts.html
lin-82 ⚠️ 38 _partials/programs/single/related-projects.html
lin-83 ⚠️ 38 _partials/taxonomies/section-list.html
lin-84 ⚠️ 38 _partials/blocks/templates/chapter.html
lin-85 ⚠️ 38 _partials/header/header.html
lin-86 ⚠️ 38 _partials/papers/partials/actions.html
lin-87 ⚠️ 37 _partials/commons/categories.html
lin-88 ⚠️ 37 _partials/blocks/templates/sound.html
lin-89 ⚠️ 37 _partials/commons/item/heading.html
lin-90 ⚠️ 36 _partials/blocks/templates/datatable.html
lin-91 ⚠️ 36 _partials/commons/socials.html
lin-92 ⚠️ 36 _partials/organizations/section.html
lin-93 ⚠️ 36 _partials/GetImageUrlKeycdn.html
lin-94 ⚠️ 36 _partials/posts/single/post-infos.html
lin-95 ⚠️ 36 _partials/footer/site/school.html

Complexity

Cyclomatic complexity should not be too high.

Id State Complexity File
cpx-1 33 rss.xml
cpx-2 30 _partials/programs/single/toc.html
cpx-3 27 _partials/blocks/templates/contact.html
cpx-4 26 _partials/commons/image.html
cpx-5 25 _partials/commons/pagination.html
cpx-6 24 _partials/header/hero.html
cpx-7 21 _partials/programs/single/admission.html
cpx-8 19 _partials/persons/single.html
cpx-9 18 _partials/footer/debug.html
cpx-10 18 _partials/posts/partials/post.html
cpx-11 17 _partials/head/seo.html
cpx-12 17 _partials/events/partials/event.html
cpx-13 17 _partials/programs/single/presentation.html
cpx-14 15 _partials/events/single/event-infos.html
cpx-15 15 alias.html
cpx-16 15 _partials/organizations/partials/organization.html
cpx-17 15 _partials/commons/agenda/dates.html
cpx-18 14 _partials/programs/single/hero/essential.html
cpx-19 14 _partials/GetImageUrlOsuny.html
cpx-20 14 _partials/blocks/templates/testimonials.html
cpx-21 14 _partials/blocks/templates/testimonials/carousel.html
cpx-22 14 _partials/posts/partials/layouts/highlight/highlight.html
cpx-23 13 pages/sitemap.html
cpx-24 13 _partials/projects/partials/project.html
cpx-25 12 _partials/commons/contact-details.html
cpx-26 12 _partials/programs/partials/program.html
cpx-27 12 _partials/locations/partials/map.html
cpx-28 12 _partials/pages/partials/layouts/list/list.html
cpx-29 12 _partials/blocks/templates/call_to_action.html
cpx-30 12 _partials/persons/partials/person.html
cpx-31 12 _partials/commons/image-figure.html
cpx-32 12 _partials/commons/item/schedule.html
cpx-33 11 _partials/papers/partials/paper.html
cpx-34 11 _partials/exhibitions/single/exhibition-infos.html
cpx-35 11 _partials/header/breadcrumbs.html
cpx-36 11 _partials/organizations/partials/layouts/map/map.html
cpx-37 11 _partials/blocks/templates/programs.html
cpx-38 11 _partials/papers/single/sidebar.html
cpx-39 ⚠️ 10 _partials/pages/partials/layouts/grid/grid.html
cpx-40 ⚠️ 10 _partials/commons/share/links.html
cpx-41 ⚠️ 10 _partials/blocks/templates/links.html
cpx-42 ⚠️ 10 _partials/blocks/templates/posts.html
cpx-43 ⚠️ 10 _partials/events/section/calendar/month.html
cpx-44 ⚠️ 10 _partials/blocks/templates/features.html
cpx-45 ⚠️ 9 _partials/taxonomies/section-list.html
cpx-46 ⚠️ 9 _partials/blocks/templates/persons.html
cpx-47 ⚠️ 9 _partials/commons/address.html
cpx-48 ⚠️ 9 _partials/taxonomies/single-list.html
cpx-49 ⚠️ 9 _partials/blocks/templates/video.html
cpx-50 ⚠️ 9 _partials/events/partials/agenda.html
cpx-51 ⚠️ 9 _partials/exhibitions/partials/exhibition.html
cpx-52 ⚠️ 9 _partials/head/favicons.html
cpx-53 ⚠️ 9 _partials/blocks/templates/key_figures.html
cpx-54 ⚠️ 9 _partials/jobs/single/job-infos.html
cpx-55 ⚠️ 8 _partials/commons/i18n.html
cpx-56 ⚠️ 8 _partials/jobs/partials/job.html
cpx-57 ⚠️ 8 partials/commons/menu/item/title.html
cpx-58 ⚠️ 8 _partials/isInteractiveMapPresent.html
cpx-59 ⚠️ 8 _partials/posts/single/post-infos.html
cpx-60 ⚠️ 8 _partials/blocks/templates/pages.html
cpx-61 ⚠️ 8 _partials/pages/partials/layouts/alternate/alternate.html
cpx-62 ⚠️ 8 _partials/commons/summary-in-content.html
cpx-63 ⚠️ 8 _partials/contents/list.html
cpx-64 ⚠️ 8 _partials/persons/section/persons-taxonomies.html
cpx-65 ⚠️ 8 _partials/GetImageUrlKeycdn.html
cpx-66 ⚠️ 8 _partials/GetImageDimensions.html
cpx-67 ⚠️ 8 _partials/pagedjs/partials/qr.html
cpx-68 ⚠️ 7 _partials/blocks/templates/agenda.html
cpx-69 ⚠️ 7 _partials/persons/section.html
cpx-70 ⚠️ 7 _partials/persons/partials/list.html
cpx-71 ⚠️ 7 _partials/blocks/top.html
cpx-72 ⚠️ 7 _partials/contents/backlinks.html
cpx-73 ⚠️ 7 _partials/GetFigureAriaLabel.html
cpx-74 ⚠️ 7 _partials/papers/partials/actions.html
cpx-75 ⚠️ 7 _partials/events/partials/event/meta-dates.html
cpx-76 ⚠️ 7 _partials/pages/partials/page.html
cpx-77 ⚠️ 7 _partials/blocks/templates/exhibitions.html
cpx-78 ⚠️ 7 _partials/pagedjs/partials/blocks/testimonials.html
cpx-79 ⚠️ 7 _partials/blocks/templates/files.html
cpx-80 ⚠️ 7 _partials/blocks/templates/gallery.html
cpx-81 ⚠️ 7 _partials/pagedjs/partials/blocks/files.html
cpx-82 ⚠️ 7 _partials/publications/partials/publication.html
cpx-83 ⚠️ 7 partials/commons/menu/helpers/GetSummary.html
cpx-84 ⚠️ 7 _partials/programs/single/related.html
cpx-85 ⚠️ 7 _partials/commons/logo.html
cpx-86 ⚠️ 7 _partials/commons/download-link.html
cpx-87 ⚠️ 7 _partials/commons/socials.html
cpx-88 ⚠️ 7 _partials/GetMenuSummary.html
cpx-89 ⚠️ 7 _partials/commons/categories.html
cpx-90 ⚠️ 7 _partials/blocks/templates/locations.html
cpx-91 ⚠️ 7 _partials/commons/siblings-navigation.html
cpx-92 ⚠️ 6 _partials/publications/single/researchers.html
cpx-93 ⚠️ 6 _partials/publications/partials/publications.html
cpx-94 ⚠️ 6 _partials/blocks/templates/chapter.html
cpx-95 ⚠️ 6 _partials/blocks/templates/datatable.html
cpx-96 ⚠️ 6 _partials/programs/single.html
cpx-97 ⚠️ 6 _partials/organizations/partials/layouts/grid/grid.html
cpx-98 ⚠️ 6 _partials/organizations/partials/layouts/large/large.html
cpx-99 ⚠️ 6 _partials/programs/single/pedagogy.html
cpx-100 ⚠️ 6 _partials/categories/partials/category.html
cpx-101 ⚠️ 6 _partials/blocks/templates/projects.html
cpx-102 ⚠️ 6 _partials/pages/partials/layouts/cards/cards.html
cpx-103 ⚠️ 6 _partials/header/accessibility.html
cpx-104 ⚠️ 6 _partials/commons/item/heading.html
cpx-105 ⚠️ 6 _partials/diplomas/partials/diplomas.html
cpx-106 ⚠️ 6 _partials/diplomas/single.html
cpx-107 ⚠️ 6 _partials/GetHumanSize.html
cpx-108 ⚠️ 6 _partials/footer/site/school.html
cpx-109 ⚠️ 6 _partials/pages/partials/layouts/large/large.html

Base automatically changed from lint to main February 23, 2026 16:37
@alexisben
Copy link
Contributor

alexisben commented Feb 24, 2026

Trouver les usages de :

{{ if eq $kind "legal" }}
    {{ $kind = "footer" }}
  {{ end }}
  {{ if in site.Params.i18n.positions $kind }}
    {{ partial "commons/i18n.html" (dict
      "context" $context
      "position" $kind
    ) }}
  {{ end }}

C'est vraiment du bricolage, mais en fait c'est ce qui permet d'afficher le i18n dans le menu legal, quand on choisit la config : positions: - footer...

Si on met juste positions: - legal en config, le style ne suit pas.

@alexisben
Copy link
Contributor

alexisben commented Feb 24, 2026

Trouver les usages de :

 {{ if eq $kind "social" }}
      {{- $item_class = printf .title | lower -}}
    {{ end }}

Ça j'ai pas trouvé d'usage de style dans les sites qui ont un menu social.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants