home · contact · privacy
Move (links to) files meant to be public into separate directory.
[redo-blog] / processor / default.html.do
index 4371a3a0e70f9f12fae31712bad7a6c4240d8ecb..99be4638584ecc9b3cb6294c662b602c8ee02be0 100644 (file)
@@ -24,6 +24,5 @@ EOF
 
 # Write remaining entry head and body. 
 printf "<title>%s – %s</title>\n</head>\n<body>\n" "$blog_title" "$title_plaintext_escaped"
-#printf "<title>%s – %s</title>\n</head>\n<body>\n" "$blog_title" "$entry_title"
 printf "<h1>%s</h1>\n" "$title_html"
 printf "<section>\n%s\n</section>\n</body>\n</html>" "$body"