Skip to content

Commit

Permalink
Add website title to story meta
Browse files Browse the repository at this point in the history
  • Loading branch information
anagh-p committed Sep 28, 2017
1 parent 12017b9 commit f3a9a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Quintype/Seo/Story.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function prepareTags()
{
if (sizeof($this->story) > 0) {
return [
'title' => trim($this->getTitle()),
'title' => trim($this->getTitle() . ' | '. $this->config['title']),
'description' => trim($this->getDescription()),
'keywords' => trim($this->getKeywords(["stories" => $this->story])),
'news_keywords' => trim($this->getKeywords(["stories" => $this->story])),
Expand Down

0 comments on commit f3a9a26

Please sign in to comment.