Skip to content

Commit

Permalink
typo fix for the About page
Browse files Browse the repository at this point in the history
fix active menu for the About page
  • Loading branch information
itminus authored and Krzysztof-Cieslak committed Jul 22, 2021
1 parent e681704 commit abd3baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fornax.Template/generators/about.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"] [
Expand All @@ -37,4 +37,4 @@ let generate' (ctx : SiteContents) (_: string) =

let generate (ctx : SiteContents) (projectRoot: string) (page: string) =
generate' ctx page
|> Layout.render ctx
|> Layout.render ctx

0 comments on commit abd3baa

Please sign in to comment.