Skip to content

Commit abd3baa

Browse files
itminusKrzysztof-Cieslak
authored andcommitted
typo fix for the About page
fix active menu for the About page
1 parent e681704 commit abd3baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fornax.Template/generators/about.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let generate' (ctx : SiteContents) (_: string) =
1313
|> Option.defaultValue ""
1414

1515

16-
Layout.layout ctx "Home" [
16+
Layout.layout ctx "About" [
1717
section [Class "hero is-info is-medium is-bold"] [
1818
div [Class "hero-body"] [
1919
div [Class "container has-text-centered"] [
@@ -37,4 +37,4 @@ let generate' (ctx : SiteContents) (_: string) =
3737

3838
let generate (ctx : SiteContents) (projectRoot: string) (page: string) =
3939
generate' ctx page
40-
|> Layout.render ctx
40+
|> Layout.render ctx

0 commit comments

Comments
 (0)