Add title in the layout, fixes #342

This commit is contained in:
Stéphane Goetz 2016-01-25 15:01:54 +01:00
parent 1f646ca221
commit 5827726594
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<title><?= $page['title']; ?></title>
<title><?= $page['title']; ?> <?php if ($page['title'] != $params['title']) { echo "- " . $params['title']; } ?></title>
<meta name="description" content="<?= $params['tagline']; ?>" />
<meta name="author" content="<?= $params['author']; ?>">
<meta charset="UTF-8">