We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e681704 commit abd3baaCopy full SHA for abd3baa
src/Fornax.Template/generators/about.fsx
@@ -13,7 +13,7 @@ let generate' (ctx : SiteContents) (_: string) =
13
|> Option.defaultValue ""
14
15
16
- Layout.layout ctx "Home" [
+ Layout.layout ctx "About" [
17
section [Class "hero is-info is-medium is-bold"] [
18
div [Class "hero-body"] [
19
div [Class "container has-text-centered"] [
@@ -37,4 +37,4 @@ let generate' (ctx : SiteContents) (_: string) =
37
38
let generate (ctx : SiteContents) (projectRoot: string) (page: string) =
39
generate' ctx page
40
- |> Layout.render ctx
+ |> Layout.render ctx
0 commit comments