Tweak the HTML `head` tag

X-UA-Compatible is no longer considered useful today,
see <https://stackoverflow.com/q/26346917>.

This also replaces the `author` to reflect that Fork Awesome is
maintained by a team independent of Dave Gandy.
This commit is contained in:
Hugo Locurcio 2019-12-21 22:04:36 +01:00
parent c35800e5c0
commit 4a46724494
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
<meta name="author" content="Dave Gandy">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="The Fork Awesome community">
<link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
<title>{% if page.title %}{{ page.title }}{% endif %}</title>