all repos — archive/homestead @ 9937c2a51ad9944da0239ebd7f777e5d6d8233d4

My future indieweb platform

fix: Add missing doctype via stream concat rheo appears to be stripping it out

Alan Pearce
commit

9937c2a51ad9944da0239ebd7f777e5d6d8233d4

parent

31f441ff32ab9f52fc80d0835bdd074554587ef6

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M src/templates/layout.htmlsrc/templates/layout.html
@@ -1,4 +1,4 @@
-<!doctype html> +<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/>