Add page titles to <title> element.

This commit is contained in:
Meitar M 2020-01-30 18:59:02 -05:00
parent 04f5e6f9f6
commit 033cfa2c44
No known key found for this signature in database
GPG key ID: 07EFAA28AB94BC85

View file

@ -1,5 +1,5 @@
<head>
<title>{{ site.title }}</title>
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<meta charset="utf-8" />
<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]-->