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{<head> - <title>The Local Yarn◊|title|</title> + <title>◊|title|</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/web-extra/martin.css"> </head>})