TEMPORARY Disable the sidebar. @todo Fix it and put it back.

This commit is contained in:
Robbie Averill 2016-12-19 15:37:36 +13:00
parent df75c6c275
commit 98410c7eae
1 changed files with 5 additions and 0 deletions

View File

@ -274,6 +274,11 @@ class BlogPost extends Page
);
}
/**
* @todo Fix the sidebar styles for SS4 + Bootstrap
*/
return;
// Get categories and tags
$parent = $this->Parent();
$categories = $parent instanceof Blog