--- layout: default subpage: books title: Git Books description: Some of our favorite books on Git. breadcrumbColor: "bg-gray-light" --- {% include light-hero.html %} {% include breadcrumbs.html %}
{% for book in site.categories.books %}
{{ book.title }}

{{ book.title }}

{{ book.content | markdownify }}

{% endfor %}