Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2019-12-22 00:04:36 +0300
committerHugo Locurcio <hugo.locurcio@hugo.pro>2019-12-22 00:10:35 +0300
commit4a46724494f68e466d0f5c2348d4fc50a716cb2c (patch)
treec16c201f74af77c582e965c1faedb062fdc13848 /src
parentc35800e5c07e1e8a05e2d231f5d20451c63acfa8 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/doc/_layouts/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/_layouts/base.html b/src/doc/_layouts/base.html
index 62ee184e6..8979c788b 100644
--- a/src/doc/_layouts/base.html
+++ b/src/doc/_layouts/base.html
@@ -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>