From 96fa64d77fcffebefdd9bb360a8787a72f4426b2 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 21 Jun 2017 11:11:36 -0700 Subject: [PATCH] The W3C Validator says that "Using the meta element to specify the document-wide default language is obsolete", so let's remove it (it didn't fix Google's broken language assumption about the TopView page anyway) --- _includes/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 1c0601bc4..26866f5f5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,6 @@ - {% if page.title %}PCjs: {{ page.title }}{% else %}{{ site.title }}{% endif %}