@@ -71,7 +71,7 @@ |
||
| 71 | 71 | $breadcrumbs = $this->makeBreadcrumbsFromPost($post); |
| 72 | 72 | $title = $this->makeTitleFromBreadcrumbs($breadcrumbs); |
| 73 | 73 | |
| 74 | - $postPath = $basePath .'/'. $post; |
|
| 74 | + $postPath = $basePath.'/'.$post; |
|
| 75 | 75 | $isDir = false; |
| 76 | 76 | $index = []; |
| 77 | 77 | |