From 6464d4a5677a24e3c71e4cf4dc0a5dfaa9e458f8 Mon Sep 17 00:00:00 2001 From: rodyhaddad Date: Mon, 15 Jun 2015 11:11:19 +0300 Subject: [PATCH] chore(layout): update doctype This is for a magic trick I'll be doing at a conference this coming week. Shhh, don't tell anybody. I'll do another PR to revert this. --- public/_layout.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_layout.jade b/public/_layout.jade index 3698e2e746..f919eb376d 100644 --- a/public/_layout.jade +++ b/public/_layout.jade @@ -1,4 +1,4 @@ -doctype +doctype html public "9 of spades" html(lang="en" ng-app="angularIOApp" itemscope itemtype="http://schema.org/Framework") head != partial("/_includes/_head-include")