From 845ab2ff57c9d890ee742b26f62326de6d4a36ad Mon Sep 17 00:00:00 2001 From: monotykamary Date: Tue, 16 Apr 2024 11:16:54 +0700 Subject: [PATCH] fix: frontmatter parsing for key items after array objects (#35) --- guides/continuing-education-allowance.md | 2 +- guides/email-communication-and-uses.md | 2 +- guides/leave-request.md | 2 +- guides/reimbursement.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guides/continuing-education-allowance.md b/guides/continuing-education-allowance.md index 87c7238..8352dcb 100644 --- a/guides/continuing-education-allowance.md +++ b/guides/continuing-education-allowance.md @@ -8,7 +8,7 @@ tags: - culture - handbook - employee -menu: +menu: hide_frontmatter: false hide_title: false pinned: false diff --git a/guides/email-communication-and-uses.md b/guides/email-communication-and-uses.md index 04a7916..3df4bf5 100644 --- a/guides/email-communication-and-uses.md +++ b/guides/email-communication-and-uses.md @@ -6,8 +6,8 @@ authors: - duy tags: - team - - employee - handbook + - employee menu: hide_frontmatter: false hide_title: false diff --git a/guides/leave-request.md b/guides/leave-request.md index 6cc79a2..d82b3e1 100644 --- a/guides/leave-request.md +++ b/guides/leave-request.md @@ -8,7 +8,7 @@ tags: - employee - handbook - operations -menu: +menu: hide_frontmatter: false hide_title: false pinned: false diff --git a/guides/reimbursement.md b/guides/reimbursement.md index f840c36..07480e5 100644 --- a/guides/reimbursement.md +++ b/guides/reimbursement.md @@ -7,7 +7,7 @@ authors: tags: - employee - handbook - menu: +menu: hide_frontmatter: false hide_title: false pinned: false