diff --git a/Handler/Download.hs b/Handler/Download.hs index e9fe7c4..57108f5 100644 --- a/Handler/Download.hs +++ b/Handler/Download.hs @@ -32,6 +32,7 @@ currentlySupported _ = False getDownloadR :: Handler Html getDownloadR = defaultLayout $ do + setTitle "Download" $(widgetFile "download") ltsMajorVersions :: Handler [Lts] diff --git a/templates/download.hamlet b/templates/download.hamlet index 1d0e2c8..9debe1e 100644 --- a/templates/download.hamlet +++ b/templates/download.hamlet @@ -4,8 +4,8 @@

More operating systems and architectures will be supported upon official release.

Download -$forall (arch, exe) <- downloadCandidates -