mirror of
https://github.com/devolitalia/forty-jekyll-theme
synced 2025-01-22 21:20:40 +01:00
Add page titles to <title>
element.
This commit is contained in:
parent
04f5e6f9f6
commit
033cfa2c44
@ -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 New Issue
Block a user