Add the meow comment back agian

This commit is contained in:
Sami Samhuri 2019-12-19 21:12:37 -08:00
parent b28b52d75d
commit 49b03025c6

View file

@ -25,6 +25,7 @@ final class PageRenderer {
func siteTemplate(body: Node<HTML.BodyContext>, context: TemplateContext) -> HTML {
HTML(.lang("en"),
.comment("meow"),
.head(
.encoding(.utf8),
.viewport(.accordingToDevice),