Add meta description and title

This commit is contained in:
Vojta Svoboda 2015-02-27 15:44:37 +01:00
parent e6acb54d03
commit 9c39a740ef
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ description = "Default layout"
<head>
<meta charset="utf-8">
<title>October CMS - {{ this.page.title }}</title>
<meta name="description" content="{{ this.page.meta_description }}">
<meta name="title" content="{{ this.page.meta_title }}">
<meta name="author" content="October CMS">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="{{ 'assets/images/october.png'|theme }}" />