forked from projects/fipamo
fixed meta images in header for default theme
This commit is contained in:
parent
dd0e5ce1ee
commit
08d034a8d1
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
||||||
<meta name="keywords" content="{{ info['keywords'] }}") />
|
<meta name="keywords" content="{{ info['keywords'] }}") />
|
||||||
<meta name="description" content="{{info['description']}} " />
|
<meta name="description" content="{{info['description']}} " />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||||
<meta property="og:image" content="{{info[image]}}" />
|
<meta property="og:image" content="{{info["image"]}}" />
|
||||||
<meta name="twitter:image" content="{{info[image]}}" />
|
<meta name="twitter:image" content="{{info["image"]}}" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ assetPath~"css/base.css?=adfafd" }}">
|
<link rel="stylesheet" type="text/css" href="{{ assetPath~"css/base.css?=adfafd" }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue