sort by functionallity

This commit is contained in:
Gal Elmalah
2020-10-11 11:42:05 +03:00
committed by Vishnu Ks
parent de1bba855f
commit c94bd9f3b3
5 changed files with 5429 additions and 8433 deletions

View File

@@ -11,7 +11,7 @@ import BookFeed from "../components/feed"
const basicTemplate = props => {
const { pageContext } = props
const { categoryName, data } = pageContext
console.log({data, categoryName})
return (
<Layout>
<SEO title="Home" />