Update default.html

This commit is contained in:
Dean Eigenmann 2020-02-07 17:08:01 +01:00 committed by GitHub
parent 21cd813d10
commit 4b50245f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>{{ site.title }} - {{ page.title }}</title>
<title>{{ site.title }}{{ if page.title }} - {{ page.title }}{{ endif }}</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">