Skip to content

Commit

Permalink
The value of 'site.url' is the original from global config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpuertas committed Dec 28, 2013
1 parent d0e0382 commit e1d7185
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Yosymfony/Spress/ContentManager/ContentManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ private function getPayload()
$result['site']['time'] = $this->time;
$result['site']['categories'] = $this->categories;
$result['site']['tags'] = $this->tags;
$result['site']['url'] = $repository->get('url') . $repository->get('baseurl');

return $result;
}
Expand Down

0 comments on commit e1d7185

Please sign in to comment.