diff --git a/src/Handler/Home.hs b/src/Handler/Home.hs index 5369d43..27a381c 100644 --- a/src/Handler/Home.hs +++ b/src/Handler/Home.hs @@ -33,9 +33,6 @@ getHomeR = track "Handler.Snapshots.getAllSnapshotsR" $ do (map entityVal -> nightly) <- getSnapshots (Just NightlyBranch) 1 0 let latestNightly = groupUp now' nightly - (map entityVal -> lts) <- - getSnapshots (Just LtsBranch) 1 0 - let latestLts = groupUp now' lts latestLtsNameWithHoogle <- getLatestLtsNameWithHoogle latestLtsByGhc <- getLatestLtsByGhc diff --git a/templates/home.hamlet b/templates/home.hamlet index 94c2150..1c71fba 100644 --- a/templates/home.hamlet +++ b/templates/home.hamlet @@ -21,25 +21,18 @@
  • stack makes using Stackage easy

    News

    -