mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-14 01:00:29 +08:00
Merge pull request #220 from Calinou/tweak-html-head
Tweak the HTML `head` tag
This commit is contained in:
commit
f3a33054dd
@ -3,11 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<!-- Basic Page Needs
|
<!-- Basic Page Needs
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<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="description" content="Fork Awesome, a fork of the iconic font and CSS framework">
|
||||||
<meta name="author" content="Dave Gandy">
|
<meta name="author" content="The Fork Awesome community">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
||||||
<link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
|
<link rel="shortcut icon" href="{{ page.relative_path }}assets/ico/favicon.ico">
|
||||||
|
|
||||||
<title>{% if page.title %}{{ page.title }}{% endif %}</title>
|
<title>{% if page.title %}{{ page.title }}{% endif %}</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user