Add home books

This commit is contained in:
2023-05-11 12:12:00 -04:00
parent 814a70c088
commit abb505aa57
11 changed files with 41 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{% macro bookshelf(books) %}
<a href="/books">
<div class="bookshelf">
<h5 class="bookshelfHeader">I read things:</h5>
<h5 class="bookshelfHeader">Check out the things I read:</h5>
<div class="bookContainer">
{% for i in books.selection %} {% set book = books.books[i] %}
<a href="/books#'{{i}}'">