Skip to content

Commit

Permalink
fix: 💄 highlight selected tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kitos committed Aug 11, 2019
1 parent 851963b commit b50d2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/blog-post-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import VisuallyHidden from '@reach/visually-hidden'
import { BlogPostSnippet } from '../components/blog'
import { SEO } from '../components'

let BlogPage = ({ data: { posts, tag } }) => (
let BlogPage = ({ pageContext: { tag }, data: { posts } }) => (
<>
<SEO title="Blog" />

Expand Down

0 comments on commit b50d2c5

Please sign in to comment.