Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
take out tags from main page
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Jan 11, 2018
1 parent 0b49ee3 commit 6da0d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ const IndexPage = ({ data }) => {
</PostTitle>
<PostDate>{frontmatter.date}</PostDate>
<PostExcerpt>{post.excerpt}</PostExcerpt>
<TagsContainer
{/* <TagsContainer
name={slugIt(frontmatter.title)}
tags={post.frontmatter.tags}
title="no"
/>
/> */}
</PostWrapper>
)
})}
Expand Down

0 comments on commit 6da0d15

Please sign in to comment.