@@ -55,22 +55,22 @@

The Local Yarn

}) -(define (html$-article-open title? title-tx published) +(define (html$-article-open pagenode title? title-tx published) (cond [title? ◊string-append{
◊(->html `(h1 [[class "entry-title"]] ,@(get-elements title-tx))) -

+

}] [else ◊string-append{}] [else "
"])) -(define (html$-article-listing-short web-path pubdate title) +(define (html$-article-listing-short pagenode pubdate title) ◊string-append{ -
  • +
  • ◊(ymd->english pubdate)
    ◊|title|
  • }) (define (html$-page-body-close)