mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-30 21:00:24 +01:00
News tweaks
tested with placeholder text
This commit is contained in:
parent
e086b058f6
commit
71793e0b72
@ -20,7 +20,7 @@
|
|||||||
<li><a href="https://haskellstack.org">stack</a> makes using Stackage easy
|
<li><a href="https://haskellstack.org">stack</a> makes using Stackage easy
|
||||||
<li>Stackage is a community project: <a href="https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package"><b>how to add packages to Stackage</b></a>
|
<li>Stackage is a community project: <a href="https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package"><b>how to add packages to Stackage</b></a>
|
||||||
<div .span6>
|
<div .span6>
|
||||||
<h3>News
|
<h3>News</h3>
|
||||||
<ul .snapshots>
|
<ul .snapshots>
|
||||||
$forall stackages <- latestNightly
|
$forall stackages <- latestNightly
|
||||||
$forall (ident, title, uploaded) <- stackages
|
$forall (ident, title, uploaded) <- stackages
|
||||||
@ -32,10 +32,10 @@
|
|||||||
<li>
|
<li>
|
||||||
<strong>
|
<strong>
|
||||||
<a href=@{SnapshotR ident StackageHomeR}>#{title}</a>, #{uploaded}
|
<a href=@{SnapshotR ident StackageHomeR}>#{title}</a>, #{uploaded}
|
||||||
$maybe post <- mrecentBlog
|
$maybe post <- mrecentBlog
|
||||||
<p>
|
<p>
|
||||||
<a href=@{BlogPostR (postYear post) (postMonth post) (postSlug post)}>#{postTitle post}</a>,
|
<a href=@{BlogPostR (postYear post) (postMonth post) (postSlug post)}>#{postTitle post}</a>,
|
||||||
<abbr title=#{show $ postTime post}>#{dateDiff now' (utctDay $ postTime post)}</abbr>
|
<abbr title=#{show $ postTime post}>#{dateDiff now' (utctDay $ postTime post)}</abbr>
|
||||||
<div .span6>
|
<div .span6>
|
||||||
<h3>
|
<h3>
|
||||||
Latest LTS release per GHC version
|
Latest LTS release per GHC version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user