Skip to content

Commit f8513ce

Browse files
committed
Add layout configuration for new 'ml-zoomcamp-2025' page; ensure consistent layout across pages for improved user experience.
1 parent 94493d0 commit f8513ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ defaults:
3030
type: "pages"
3131
values:
3232
layout: "default"
33+
- scope:
34+
path: "ml-zoomcamp-2025"
35+
type: "pages"
36+
values:
37+
layout: "default"
3338

3439
exclude:
3540
# from https://github.com/jekyll/jekyll/blob/master/lib/site_template/_config.yml:

0 commit comments

Comments
 (0)