Remove ribbon, add "Edit on Github" links, fixes #398

This commit is contained in:
Stéphane Goetz
2016-08-17 00:18:34 +02:00
parent 8ac4137007
commit e9cd1e3c27
13 changed files with 51 additions and 97 deletions

View File

@ -79,6 +79,7 @@ class ContentPage extends \Todaymade\Daux\Format\Base\ContentPage
'filename' => $this->file->getName(),
'language' => $this->language,
'path' => $this->file->getPath(),
'relative_path' => $this->file->getRelativePath(),
'modified_time' => filemtime($this->file->getPath()),
'markdown' => $this->content,
'request' => $params['request'],