Skip to content

Commit bafbb1b

Browse files
Content - Jekyll: Exclude méli-mélo meta.md files from site (#2747)
They were previously being generated into blank meta.html HTML pages (sometimes with invalid/broken-looking HTML). This resolves it by omitting them. Doesn't prevent real pages from retrieving any content from them. Examples of affected pages: * https://wet-boew.github.io/GCWeb/méli-mélo/2021-05-steps/meta.html * https://wet-boew.github.io/GCWeb/méli-mélo/th-vitality/meta.html * https://wet-boew.github.io/gcweb-compiled-demos/méli-mélo-demos/gc-thématique/th-empathy/meta.html * https://wet-boew.github.io/gcweb-compiled-demos/méli-mélo-demos/2025-12-mille-iles/2021-05-steps/meta.html
1 parent deed36e commit bafbb1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ exclude:
113113
- vendor/gems/
114114
- vendor/ruby/
115115
- ~sites/
116+
- méli-mélo*/**/meta.md

0 commit comments

Comments
 (0)