@@ -32,10 +32,11 @@ (provide html$-page-head html$-page-body-open html$-article-open html$-article-close + html$-article-listing-short html$-page-body-close html$-note-title html$-note-contents html$-note-listing-full html$-note-in-article @@ -76,11 +77,18 @@ (cond [(non-empty-string? footertext) ◊string-append{ }] [else ""])) - + +(define (html$-article-listing-short web-path pubdate title) + ◊string-append{ +
  • +
    ◊(ymd->english pubdate)
    +
    ◊|title|
    +
  • }) + (define (html$-page-body-close) ◊string-append{ }) ;; Notes