Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.2 KB

File metadata and controls

47 lines (40 loc) · 1.2 KB
layout default
title books

books i am reading rn

{% for book in site.data.books %} {% if book.tag == "active" %}

{{ book.name }}

{% endif %} {% endfor %}

books read

{% for book in site.data.books %} {% if book.tag == "done" %}

{{ book.name }}

{% endif %} {% endfor %}

books abandoned (temporarily 🥲)

{% for book in site.data.books %} {% if book.tag == "ab" %}

{{ book.name }}

{% endif %} {% endfor %}