mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
Add comments
This commit is contained in:
parent
df0f95e36f
commit
43ef3c8142
22 changed files with 114 additions and 62 deletions
|
@ -13,6 +13,7 @@ const BlogSidebar = require("./BlogSidebar.js");
|
|||
const Container = require("./Container.js");
|
||||
const Site = require("./Site.js");
|
||||
|
||||
// used for entire blog posts, i.e., each written blog article with sidebar with site header/footer
|
||||
class BlogPostLayout extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue