Skip to content

Commit

Permalink
Add charset meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gergo85 committed Dec 17, 2014
1 parent 8ae095b commit e0b6932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/demo/layouts/default.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!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">
Expand Down Expand Up @@ -60,4 +61,4 @@
{% scripts %}

</body>
</html>
</html>

0 comments on commit e0b6932

Please sign in to comment.