Update default.html

This commit is contained in:
Dean Eigenmann 2020-02-07 17:11:25 +01:00 committed by GitHub
parent a9f45d8091
commit 8ecfd6d241
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 }}{{ if page.name }} - {{ page.name }}{{ endif }}</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">