From abd3baa2db9b66af7b95cfb5f98cefb32fa8d8fa Mon Sep 17 00:00:00 2001 From: itminus Date: Wed, 21 Jul 2021 17:32:41 +0800 Subject: [PATCH] typo fix for the About page fix active menu for the About page --- src/Fornax.Template/generators/about.fsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fornax.Template/generators/about.fsx b/src/Fornax.Template/generators/about.fsx index bd08ac9..f0d789f 100644 --- a/src/Fornax.Template/generators/about.fsx +++ b/src/Fornax.Template/generators/about.fsx @@ -13,7 +13,7 @@ let generate' (ctx : SiteContents) (_: string) = |> Option.defaultValue "" - Layout.layout ctx "Home" [ + Layout.layout ctx "About" [ section [Class "hero is-info is-medium is-bold"] [ div [Class "hero-body"] [ div [Class "container has-text-centered"] [ @@ -37,4 +37,4 @@ let generate' (ctx : SiteContents) (_: string) = let generate (ctx : SiteContents) (projectRoot: string) (page: string) = generate' ctx page - |> Layout.render ctx \ No newline at end of file + |> Layout.render ctx