mirror of
https://github.com/adulau/art.git
synced 2024-11-21 17:47:05 +00:00
Add page titles to <title>
element.
This commit is contained in:
parent
04f5e6f9f6
commit
033cfa2c44
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{{ site.title }}</title>
|
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<!--[if lte IE 8]><script src="{{ "assets/js/ie/html5shiv.js" | relative_url }}"></script><![endif]-->
|
<!--[if lte IE 8]><script src="{{ "assets/js/ie/html5shiv.js" | relative_url }}"></script><![endif]-->
|
||||||
|
|
Loading…
Reference in a new issue