Add charset meta tag

This commit is contained in:
Szabó Gergő 2014-12-17 10:38:40 +01:00
parent 8ae095b36e
commit e0b693203f
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>