diff --git a/components/SitePost/index.jsx b/components/SitePost/index.jsx index e93f60c..4285c55 100644 --- a/components/SitePost/index.jsx +++ b/components/SitePost/index.jsx @@ -28,7 +28,7 @@ class SitePost extends React.Component {

{ post.title }

- Published { moment(post.datePublished).format('D MMM YYYY') } + Published { moment(post.date).format('D MMM YYYY') }