Skip to content

Commit

Permalink
Merge pull request #157 from FriendsOfCake/josegonzalez-patch-1
Browse files Browse the repository at this point in the history
Fix issue where the page title is unexpectedly set to the brand
  • Loading branch information
ADmad authored Dec 9, 2016
2 parents 5b59f02 + 3f75af8 commit dca577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/Layout/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="<?= \Locale::getPrimaryLanguage(\Cake\I18n\I18n::locale()) ?>">
<head>
<?= $this->Html->charset(); ?>
<title><?= $this->get('siteTitle');?></title>
<title><?= $this->get('title');?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">

<?= $this->Html->meta('icon'); ?>
Expand Down

0 comments on commit dca577a

Please sign in to comment.