Index: snippets-html.rkt ================================================================== --- snippets-html.rkt +++ snippets-html.rkt @@ -38,11 +38,11 @@ ◊if[close-head? "" ""]}) (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)