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