Skip to content

Commit 72c7cdc

Browse files
MinoruForNeVeR
authored andcommitted
Give each page a title
Fixes #47.
1 parent 3ee9242 commit 72c7cdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Codingteam.Site/Controllers/HomeController.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ type HomeController(options: IOptions<CtorSettings>, clock: Clock) =
2020

2121
member this.Index() =
2222
this.ViewData.["LogUrl"] <- getTodayLogUrl ()
23+
this.ViewData.["Title"] <- "Logs — Codingteam"
2324
this.View()
2425

2526
[<Route("resources")>]
2627
member this.Resources() =
28+
this.ViewData.["Title"] <- "Resources — Codingteam"
2729
this.View()

0 commit comments

Comments
 (0)