mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
TEMPORARY Disable the sidebar. @todo Fix it and put it back.
This commit is contained in:
parent
df75c6c275
commit
98410c7eae
@ -274,6 +274,11 @@ class BlogPost extends Page
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @todo Fix the sidebar styles for SS4 + Bootstrap
|
||||||
|
*/
|
||||||
|
return;
|
||||||
|
|
||||||
// Get categories and tags
|
// Get categories and tags
|
||||||
$parent = $this->Parent();
|
$parent = $this->Parent();
|
||||||
$categories = $parent instanceof Blog
|
$categories = $parent instanceof Blog
|
||||||
|
Loading…
Reference in New Issue
Block a user