diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-26 14:32:36 -0700 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-26 14:32:36 -0700 |
commit | 727a1492278c5e22aa68019f14d4e60319476f74 (patch) | |
tree | 1d16e446ecf09e06d8288680c9b1536c94c34552 | |
parent | a12b0b7f6ec0eb7ff4be0bc787e1010b23550f72 (diff) | |
parent | c32516fdb00dc5ccd9bf193a340db56b8dd8f321 (diff) | |
download | my_new_personal_website-727a1492278c5e22aa68019f14d4e60319476f74.tar.xz my_new_personal_website-727a1492278c5e22aa68019f14d4e60319476f74.zip |
Merge pull request #42 from lukearmstrong/patch-1
Stops the (scary) warning bar in Firefox about storing data for offline u
Diffstat (limited to '')
-rw-r--r-- | .themes/classic/source/_includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 34fb2222..d04d0d09 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!--[if IEMobile 7 ]><html class="no-js iem7" manifest="default.appcache?v=1"><![endif]--> <!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> -<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" manifest="default.appcache?v=1" lang="en"><!--<![endif]--> +<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>{{site.title}}{% if page.title %}: {{page.title}}{% endif %}</title> |