fixed meta image in header
This commit is contained in:
parent
30a09a9865
commit
ca843773cd
1 changed files with 3 additions and 3 deletions
|
@ -15,11 +15,11 @@
|
|||
</title>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
|
||||
<meta name="keywords" content="{{ info['keywords'] }}") />
|
||||
<meta name="keywords" content="{{ info['keywords'] }}" />
|
||||
<meta name="description" content="{{info['description']}} " />
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta property="og:image" content="{{info[image]}}" />
|
||||
<meta name="twitter:image" content="{{info[image]}}" />
|
||||
<meta property="og:image" content="{{info["image"]}}" />
|
||||
<meta name="twitter:image" content="{{info["image"]}}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ assetPath~"css/base.css?=adfafd" }}">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue