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
diff options
context:
space:
mode:
authorJulien Deswaef <juego@requiem4tv.com>2020-06-07 14:19:31 +0300
committerGitHub <noreply@github.com>2020-06-07 14:19:31 +0300
commitf3a33054dde0a1418a56c98d6c5b92583fef9568 (patch)
treec16c201f74af77c582e965c1faedb062fdc13848
parentc35800e5c07e1e8a05e2d231f5d20451c63acfa8 (diff)
parent4a46724494f68e466d0f5c2348d4fc50a716cb2c (diff)
Merge pull request #220 from Calinou/tweak-html-head
Tweak the HTML `head` tag
-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>