diff options
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/head.html b/_includes/head.html index a1b17f8..1094f76 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,9 +1,9 @@ <head> <!-- Meta tags --> - <meta content="IE=edge" http-equiv="X-UA-Compatible" /> - <meta content="text/html; charset=utf-8" http-equiv="content-type" /> - <meta content="width=device-width, initial-scale=1" name="viewport" /> - <meta content="index, follow" name="robots" /> + <meta content="IE=edge" http-equiv="X-UA-Compatible"> + <meta content="text/html; charset=utf-8" http-equiv="content-type"> + <meta content="width=device-width, initial-scale=1" name="viewport"> + <meta content="index, follow" name="robots"> <!-- Title / Description --> <meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description" /> |