Index: snippets-html.rkt ================================================================== --- snippets-html.rkt +++ snippets-html.rkt @@ -39,11 +39,11 @@ (define (html$-page-body-open [class ""]) (define body-class (if (non-empty-string? class) (format " class=\"~a\"" class) "")) ◊string-append{
- +

The Local Yarn

}) (define (html$-article-open pagenode title? title-tx published) (cond