mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #972 from vojtasvoboda/add-meta-description
Add meta description and title
This commit is contained in:
commit
554d5cd988
@ -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 }}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user