From 0774e445f835e0f5ba6b9224ce706217bf9ddfb3 Mon Sep 17 00:00:00 2001 From: Bryan Richter Date: Fri, 12 Apr 2024 14:52:04 +0300 Subject: [PATCH] Hamlet fixups Gets rid of some extraneous closing tags and some overlapping tags. Perhaps due to Hamlet changes? --- templates/home.hamlet | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/home.hamlet b/templates/home.hamlet index fdafb70..bc01a7f 100644 --- a/templates/home.hamlet +++ b/templates/home.hamlet @@ -21,10 +21,10 @@
  • stack makes using Stackage easy
    $maybe post <- mrecentBlog -

    News

    -

    - #{postTitle post}, - #{dateDiff now' (utctDay $ postTime post)} +

    News +

    + \#{postTitle post}, + #{dateDiff now' (utctDay $ postTime post)}

    Latest releases per GHC version @@ -49,15 +49,15 @@

    We recommend using the stack tool, which makes using Stackage snapshots easy and convenient. But Stackage can also be used in other ways: as a source of consistent packages that work well together, or to ensure that Haskell packages you author or care about work well with others. - Get started with Stack + \Get started with Stack.

    Stackage is a community project: Haskell users around the world work together to keep Stackage snapshots up to date with recent package versions: Stackage itself and all the tools surrounding it are open-source. - See - how to add packages to Stackage + See # + \how to add packages to Stackage.

    Have more questions? We have a # - FAQ section on Github. + \FAQ section on Github.

    Stackage's infrastructure, build machines, initial creation and ongoing maintenance were proudly sponsored by FP Complete from 2014 to 2024.