diff options
author | Alan Pearce | 2014-06-07 17:54:56 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-07 17:54:56 +0100 |
commit | de669470ce21d49ca2b429a2644db58bf2a6c0d2 (patch) | |
tree | 61cd21fcbd0e9045460393ab002ec987d0274a87 /layouts | |
parent | f3658561641d6b412b19d3858f1336427677f8e1 (diff) | |
download | hyde-de669470ce21d49ca2b429a2644db58bf2a6c0d2.tar.lz hyde-de669470ce21d49ca2b429a2644db58bf2a6c0d2.tar.zst hyde-de669470ce21d49ca2b429a2644db58bf2a6c0d2.zip |
Remove XML references
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7927826..1a9e258 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,6 @@ <!DOCTYPE html> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> +<html lang="en-us"> <head> - <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <!-- Enable responsiveness on mobile devices--> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> |