FIX - description

This commit is contained in:
Krivchikov Dmitry 2018-05-21 10:36:45 +03:00
parent 4f24b29dab
commit a9a0ca4eff
1 changed files with 1 additions and 3 deletions

View File

@ -2,12 +2,10 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" prefix="og: http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#" xmlns:og="http://ogp.me/ns#">
<head>
<title><?= App::getConfig('title') ?></title>
<meta name="description" content="<?= App::getConfig('description') ?>">
<link rel="shortcut icon" href="/favicon.ico"></link>
<link rel="icon" href="/favicon.ico"></link>
<title><?= App::getConfig('title') ?></title>
<meta name="description" content="<?= App::getConfig('description') ?>">
<?php if ($styles): ?>
<?php foreach ($styles as $style): ?>
<link href="<?= $style ?>" media="all" rel="stylesheet" type="text/css" />