Index: template-html.rkt ================================================================== --- template-html.rkt +++ template-html.rkt @@ -41,11 +41,11 @@ html$-notes-section) (define (html$-page-head [title #f]) (define title-part (if title (format ": ~a" title) "")) ◊string-append{ - The Local Yarn◊|title| + ◊|title| })