Skip to content

Commit e89485a

Browse files
miharpclaude
andcommitted
Add missing layout: default to openvox_8x pages
Six pages had front matter but were missing the required layout: default key, causing them to render without the site theme. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 25402ae commit e89485a

6 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/_openvox_8x/file_serving.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
layout: default
23
title: "Adding file server mount points"
34
---
45

docs/_openvox_8x/functions_basics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
layout: default
23
title: "Writing custom functions: Introduction"
34
---
45

docs/_openvox_8x/functions_legacy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
layout: default
23
title: "The legacy Ruby functions API"
34
---
45

docs/_openvox_8x/nodes_external.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
layout: default
23
title: "Writing external node classifiers"
34
---
45

docs/_openvox_8x/nodes_ldap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: The LDAP Node Classifier
2+
layout: default
3+
title: "The LDAP Node Classifier"
34
---
45

56
[class parameters]: ./lang_classes.html#class-parameters-and-variables

docs/_openvox_8x/resources_augeas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
layout: default
23
title: "Resource tips and examples: Augeas"
34
---
45

0 commit comments

Comments
 (0)