fixed meta images in header for default theme

This commit is contained in:
Ro 2021-04-27 02:16:39 +00:00
parent dd0e5ce1ee
commit 08d034a8d1

View file

@ -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>