Merge pull request #838 from gergo85/patch-1

Add charset meta tag
This commit is contained in:
Samuel Georges 2015-01-05 09:19:45 +11:00
commit fa50cf1287
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ description = "Default layout"
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>October CMS - {{ this.page.title }}</title>
<meta name="author" content="October CMS">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -60,4 +61,4 @@ description = "Default layout"
{% scripts %}
</body>
</html>
</html>