packages feed

Yablog-0.0.1.1: templates/tag.hamlet

<h1>_{MsgArticlesForTag tag}
<ul>
  $forall art <- sortBy (flip $ on compare articleCreatedDate) articles
    <li>
      <a href=@{ArticleR (toEnum $ articleCreatedDate art) (articleIdent art)}>
        #{show $ ModifiedJulianDay $ toInteger $ articleCreatedDate art}
        \ #{show $ timeToTimeOfDay $ toEnum $ articleCreatedTime art}
        \ - #{articleTitle art}