mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-11 10:46:16 +02:00
Fix format
This commit is contained in:
@@ -7,7 +7,7 @@ class CategoryTemplate extends React.Component {
|
|||||||
render() {
|
render() {
|
||||||
const title = this.props.data.site.siteMetadata.title;
|
const title = this.props.data.site.siteMetadata.title;
|
||||||
const category = this.props.pathContext.category;
|
const category = this.props.pathContext.category;
|
||||||
const posts = this.props.data.allMarkdownRemark.edges
|
const posts = this.props.data.allMarkdownRemark.edges;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user