diff --git a/layout/common/article.jsx b/layout/common/article.jsx index 783a159..5b6bd42 100644 --- a/layout/common/article.jsx +++ b/layout/common/article.jsx @@ -42,6 +42,8 @@ module.exports = class extends Component {
{/* Date */} + {/* author */} + {page.author ? {page.author} : null} {/* Categories */} {page.categories && page.categories.length ? {(() => {