mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +01:00
Fix format
This commit is contained in:
parent
1dd12522e5
commit
448541831f
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user