diff --git a/templates/package.hamlet b/templates/package.hamlet index fe4c1b8..e31c85c 100644 --- a/templates/package.hamlet +++ b/templates/package.hamlet @@ -15,10 +15,7 @@ $newline never #{pn}

- #{pn} # - - - #{displayedVersion} + #{pn}

#{synopsis} \ # @@ -30,7 +27,15 @@ $newline never

#{prettyName (liSnapName li) (liGhc li)} - \: #{liVersion li} + \: # + + #{liVersion li} +
+ + Hackage + \: # + + #{displayedVersion} # $if null latests

diff --git a/templates/package.lucius b/templates/package.lucius index cc49a22..167973a 100644 --- a/templates/package.lucius +++ b/templates/package.lucius @@ -11,9 +11,8 @@ h3 { width: auto; margin-left: auto; } -.latest-version { - color: #777; - font-size: 24.5px; +.version { + font-weight: bold; } #disqus_thread { margin-top: 2em;