Skip to content

Commit 04dfd49

Browse files
karxclaude
andcommitted
fix: apply default page layout so subpages render with CSS
Add layout: page to the defaults block so all vault pages without an explicit layout (e.g. /now/, /kaaro/) get the full site chrome. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4caa103 commit 04dfd49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ defaults:
1212
- scope:
1313
path: ""
1414
values:
15+
layout: "page"
1516
render_with_liquid: false
1617

1718
# Don't crash on files with missing frontmatter

0 commit comments

Comments
 (0)