summary refs log tree commit diff stats
path: root/src/templates/layout.html
diff options
context:
space:
mode:
authorAlan Pearce2017-06-30 19:09:30 +0200
committerAlan Pearce2017-06-30 19:10:26 +0200
commit9937c2a51ad9944da0239ebd7f777e5d6d8233d4 (patch)
tree07ef1fba4dc75bcfc557608faccdb218078da7e4 /src/templates/layout.html
parent31f441ff32ab9f52fc80d0835bdd074554587ef6 (diff)
downloadhomestead-9937c2a51ad9944da0239ebd7f777e5d6d8233d4.tar.lz
homestead-9937c2a51ad9944da0239ebd7f777e5d6d8233d4.tar.zst
homestead-9937c2a51ad9944da0239ebd7f777e5d6d8233d4.zip
fix: Add missing doctype via stream concat
rheo appears to be stripping it out
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r--src/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html
index 733bbc4..994ce02 100644
--- a/src/templates/layout.html
+++ b/src/templates/layout.html
@@ -1,4 +1,4 @@
-<!doctype html>
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8"/>