Update <title> to match MkDocs changes

The {{ page_title }} and {{ site_name }} variables are now separated to
add flexibility th themes.
This commit is contained in:
Dougal Matthews 2015-04-21 08:05:11 +01:00
parent d118cee7dd
commit eae9390f1b

View File

@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>{{ page_title }}</title>
<title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
<link href="{{ base_url }}/img/favicon.ico" rel="icon" type="image/x-icon">
<link rel="canonical" href="{{ canonical_url }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">