Skip to content

Commit

Permalink
Merge branch 'master' into gh-818
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn authored Oct 10, 2017
2 parents 3822d6c + 06f2a5d commit 879999b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/js/components/home-news/home-news.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default class HomeNews extends React.Component {
</h5>
{ item.author && <p className="italic-black mb-1">by {item.author}</p> }
<p className="small-gray">{moment(item.date, `YYYY-MM-DD`).format(`MMMM YYYY`)}</p>
{ item.excerpt && <p className="body-black">{item.excerpt.length > 146 ? `${item.excerpt.slice(0, 146)}…` : item.excerpt}</p> }
{ hr && <hr/> }
</div>
);
Expand Down

0 comments on commit 879999b

Please sign in to comment.