This commit is contained in:
Kameron Kenny 2019-02-16 09:25:58 -05:00
parent 65f34e020d
commit a6714a21a1
1 changed files with 0 additions and 4 deletions

View File

@ -15,19 +15,15 @@ My current focus is leading a large distributed team on a journey into Infrastru
## Favorite Books
{% for book in site.favorite_books %}
<div class="book">
[{{ book.name }}]({{ book.url }}) <br />
_[{{ book.subtitle }}]({{ book.url }})_ <br />
By: {{ book.author }}
</div>
{% endfor %}
## Currently Reading
{% for book in site.currently_reading %}
<div class="book">
[{{ book.name }}]({{ book.url }}) <br />
_[{{ book.subtitle }}]({{ book.url }})_ <br />
By: {{ book.author }}
</div>
{% endfor %}