| title | Bookshelf |
|---|---|
| permalink | /bookshelf/ |
| layout | default |
{% assign books = site.data.bookshelf %} {% assign education = books | where: "category", "education" %} {% assign nonfiction = books | where: "category", "nonfiction" %}
| title | Bookshelf |
|---|---|
| permalink | /bookshelf/ |
| layout | default |
{% assign books = site.data.bookshelf %} {% assign education = books | where: "category", "education" %} {% assign nonfiction = books | where: "category", "nonfiction" %}