mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 00:57:53 +02:00
Add comments
This commit is contained in:
parent
df0f95e36f
commit
43ef3c8142
22 changed files with 114 additions and 62 deletions
|
@ -14,6 +14,7 @@ const MetadataBlog = require("./MetadataBlog.js");
|
|||
const React = require("react");
|
||||
const Site = require("./Site.js");
|
||||
|
||||
// used to generate entire blog pages, i.e. collection of truncated blog posts
|
||||
const BlogPageLayout = React.createClass({
|
||||
getPageURL(page) {
|
||||
let url = this.props.config.baseUrl + "blog/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue